By mikolaskova on
Hello
I installed the Taxonomy Menu - Module. The Taxonomy Terms are shown in the Navigation-menu.
Is it possible to show the links in another menu as well?
Thank you
Adriana
Hello
I installed the Taxonomy Menu - Module. The Taxonomy Terms are shown in the Navigation-menu.
Is it possible to show the links in another menu as well?
Thank you
Adriana
Comments
Maybe this?
Maybe this? http://drupal.org/node/15192 I haven't tried it, yet. Let me know what you find out if you try it first, as this is something I'm also interested in. (I'm just late for work right now :) )
_________
bob-thompson.com
taxonomy block
...i tried http://drupal.org/node/15192, but it does something different...
Thanks for the feedback.
Thanks for the feedback. I'll keep looking. This seems like an ordinary thing to want to do. I'll keep you posted.
_________
bob-thompson.com
Add custom block
I was able to do this based on http://drupal.org/node/24989.
Trial + Error = Success
In another, similar thread I found a link to this tutorial, which clued me into the existence of theme_menu_tree(). The tutorial at the link above was meant for creating a drop down menu at the top of the site. Very cool, but not what you asked about ;). Here are the steps I used to break out certain bits of the navigation menu into separate blocks.
Some additional notes:
You can repeat this as many times as necessary.
Please, let me know if this is what you were looking for, and how it works for you.
_________
bob-thompson.com
Based on the snippits
No dependency to taxonomy menu, same functionality?
vocabulary ID can be found by hovering over edit of vocabulary on categories page.
That's pretty slick. A
That's pretty slick. A couple comments.
It wouldn't work on my site, at first, because I need "?q=" before taxonomy in the URL, like so:
Second comment is - this prints a flat list of all terms in a vocab, giving no indication that one is a child of another. So the answer to, "same functionality?" is, "close, but not quite." Still, this may suffice for Adriana's purposes and is more elegant than my solution, given its independence of taxonomy_menu. In fact, I disabled both taxonomy_menu and menu. It has no dependency on either.
Thanks!
_________
bob-thompson.com
Works fine
It works fine, thank you... but I need both: no taxonomy in the main navigation and hierarchy in the new navigation block...But it's fine for the moment and I will try to add the difference between child menu-entries and parent menu-entries later...