Closed (won't fix)
Project:
Taxonomy context
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2004 at 22:33 UTC
Updated:
6 Sep 2004 at 21:02 UTC
I'd like to have an option to, rather than displaying the taxonomy_context menu block, to integrate with the navigation menu. Given the new nenu module, this would be a lot more flexible.
Comments
Comment #1
mhutch commentedJust posted a request for a hook into the menu mosule itself. Would then be useful foe book module too, and possibly some others such as archives, weblink lists and so on.
Comment #2
LacKac commentedWhat you ask is not possible with the current menu system. The menu tree is built based on the urls which is the right method for a navigation menu.
There is now a way to add menu items with the menu hook, taxonomy_context could add all terms this way too. But the hierarchy of taxonomy_context's menu is based on the hierarchy of terms in a vocabulary. The urls for these pages have the same depth, so they would be on the same level in the menu system.
Comment #3
mhutch commentedThis request had been superceded by http://drupal.org/node/view/10599 anyway, which would move this into a hook in the new menu module that allows adding arbitary menu items. That should get around the limitations you describe, and be much more flexible.