Posted by Summit on September 12, 2008 at 4:33pm
Jump to:
| Project: | Taxonomy context |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hi,
I very much like the context_blocks for the different vocabulary.
They are themed nice and work ok.
What I would like, is to be able to change "taxonomy/term" from the context_blocks and change this to any value I like related to the depth of the term.
So
- on Depth 1 : instead of "taxonomy/term" an own panel with arguments, say "in"
So
- on Depth 2 : instead of "taxonomy/term" an own panel with arguments, say "in-region"
So
- on Depth 3 : instead of "taxonomy/term" an own panel with arguments, say "in_place"
This way a somewhat hierarchical website, with hierarchical menu through Taxonomy context blocks are shown.
is this doable please?
Thanks in advance for considering!
Greetings,
Martijn
Comments
#1
Hi,
Same question but now for Drupal 6. Taxonomy_menu does have this functionality by using the following concept
Instead of using:
taxonomy/term/TIDIt uses for a hierarchical point of view:
category/VID/TID[Parent}/TID orcategory/VID/TID[Parent of parent}/TID{parent}/TID
This way we can do other things using the hierarchy of the TID.
Greetings, Martijn