I have set several taxonomies to activate a secondary menu item with Menu Trails, but it does not work. When I go to the taxonomy page (I'm using Pathauto, so the URL is something like mysite.com/news/politics), there is no menu item activated, nor primary neither secundary menu.
Comments
Comment #1
Xabi commentedAn example: In "Menu trails by category", I assign "politics" taxonomy to "politics" menu item (secondary menu). When I navigate to the "politics" taxonomy page, there is no menu item selected.
Comment #2
zoo33 commentedFrom what I can tell, this module was never designed to do anything to the menu on taxonomy term listing pages. It does however check a node's terms when viewing it on /node/* and /comment/* pages and sets the menu location according to the settings.
I do agree that this is a feature that you'd expect this module to have. (I sure did, as well as others I have spoken to.) This would require a small rewrite to parts of the module however. (Have hook_nodeapi() look at arg() and see if the user is on a term listing page, and if so, set the menu location according to the settings.)
Comment #3
cbrody commentedI also need this feature, and have posted a comment on the developer's site.
Comment #4
honigferd commentedHas anybody found a solution for this yet?
Comment #5
edford2008 commentedI am stuck on this too. Has anybody got a fix?
Comment #6
lsaffie commentedAnybody? A lot of people seem to be stuck with this very same problem!
Comment #7
joshk commentedFrom what I can tell, this module was never designed to do anything to the menu on taxonomy term listing pages.
That is correct. Menutrails affects ONLY direct node views (e.g. node/23) in terms of activating a menu trail. It has no effect on overview pages like views, taxonomies, etc.
However, if you manually add these links to your menu tree the trail will become active and you will get the UI benefit of an "active" menu trail.
Comment #8
JGO commentedHaving the same problem :s
----------------------------
JGO | http://www.e2s.be
----------------------------
Comment #9
shv_rk commentedafter a year there must be a solution for that :(
anybody?