Download & Extend

Different path for different taxonomy depth level on different vocabulary_blocks

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

Version:5.x-2.x-dev» 6.x-2.x-dev

Hi,

Same question but now for Drupal 6. Taxonomy_menu does have this functionality by using the following concept
Instead of using:

taxonomy/term/TID

It uses for a hierarchical point of view:

category/VID/TID[Parent}/TID or
category/VID/TID[Parent of parent}/TID{parent}/TID

This way we can do other things using the hierarchy of the TID.

Greetings, Martijn

nobody click here