Closed (duplicate)
Project:
Taxonomy List
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2008 at 20:11 UTC
Updated:
1 May 2008 at 23:58 UTC
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
Comment #1
nancydruInteresting 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.
Comment #2
mariagwyn commentedI 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
Comment #3
nancydruhttp://drupal.org/node/241553