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

mhutch’s picture

Just 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.

LacKac’s picture

What 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.

mhutch’s picture

This 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.