I don't know how possible this is yet. The menu expansion works fine with this module, except when a node is in a taxonomy term which has a a non-top-level menu item and the node is NOT in a menu item under that term's menu item. In this case, when you click the term menu item, the term page displays correctly, with the page listed in the Main space. When you click the page though, the menu completely collpses so that the non-top-level menu item for the taxonomy term is hidden.

It would be good if the menu could somehow remain expandedwithout having to create a menu item for every page..

Comments

OliverColeman’s picture

I think Menu Trails (http://drupal.org/project/menutrails) might do this for you.

Otherwise it would be nice to make this happen by default. The situation where a node is in more than one term that has a menu item could be handled by being able to set which term is the primary term for a node (perhaps using Primary Term (http://drupal.org/project/primary_term)).

naught101’s picture

Project: Taxonomy Term Menu » Edit term
Version: 5.x-1.0 » 5.x-0.5-beta

moving this feature request to edit_term

dman’s picture

Project: Edit term » Menu Trails
Version: 5.x-0.5-beta » 5.x-1.x-dev
Component: Code » Miscellaneous

Why edit_term?
edit_term doesn't mess with node pages, or menus even.

This has to happen during node display node/n pages. edit_term only fires on taxonomy/term/n pages.
Can't see how it will be useful to try and merge these quite different features.

As suggested, I'll try passing this to menutrails ... although I would have thought Taxonomy Term Menu would have been appropriate enough?

sun’s picture

Status: Active » Closed (won't fix)

Sorry, Menu Trails for Drupal 5 is not actively developed/maintained anymore. Only issues containing patches may still be considered. Feel free to re-open this issue if you want to provide a patch.