Hi guys,

I spent some time figuring out how to create custom sub-menu that will only stay with those nodes to which certain tags are attached:

HOME
--About us (tag: about us)
----page one (tag: about us)
----page two (tag: about us)
----page three (tag: about us)
--Applications (tag: applications)
----page one (tag: applications)
----page two (tag: applications)
----page three (tag: applications)
--FAQ (tag: faq)
----page one (tag: faq)
----page two (tag: faq)
----page three (tag: faq)

So for all about us, applications, faq child pages there will be each unique sub-menu based on the tag. In other words there will be three sub-menus.

The question is is something like this possible? I haven't found any existing modules implementing this. But I was wondering if I can create blocks for each of these menus and somehow instruct block to show up only if tag of "about us" is attached or another tag.

Thanks in advance,
Vlad

Comments

f1vlad’s picture

Ok replyin to myself and whomever else will need this, I found and module that achieves what I need to do it:

http://drupal.org/project/taxonomy_block

Now playing around with it, but I think that's exactly what I wanted.