I would like to know if it is possible, or can be added in the future, to create a list based on the terms within a vocabulary.

So, not only would the main vocab list be 'taxonomy/vocabulary/13' but I can also have a nicely formatted list that is 'taxonomy/term/102' which might only have two pretty little terms under it.

I am creating an image gallery, and so far, this module is by far the best way to display the gallery neatly (with tax_redirect and tax_image). But I would like the top term in the hierarchy to point to a sub list. I can probably do this via blocks, but it would be a quicker process if it were part of the module.

Thanks,
Maria

Comments

nancydru’s picture

Status: Active » Postponed

Interesting idea, but definitely a future consideration. Right now the module creates a table, so intermingling teasers with term cells would, at best, be messy. I am investigating ways to get the multiple column feature without a table. One way is to dynamically build and add a style sheet on the fly, but this is not very Drupal-y.

mariagwyn’s picture

I was thinking more a URL that did this. So, same code, same table design, just different data, pulled by the URL rather than any specific admin settings.

May still be too complicated....
m

nancydru’s picture

Status: Postponed » Closed (duplicate)