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
Comment #1
summit commentedHi,
Same question but now for Drupal 6. Taxonomy_menu does have this functionality by using the following concept
Instead of using:
It uses for a hierarchical point of view:
This way we can do other things using the hierarchy of the TID.
Greetings, Martijn