Taxonomies do not activate Menu Trails

Xabi - October 22, 2007 - 17:40
Project:Menu Trails
Version:5.x-1.x-dev
Component:Code
Category:feature request
Priority:critical
Assigned:Unassigned
Status:won't fix
Description

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.

#1

Xabi - October 22, 2007 - 17:48

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

#2

zoo33 - February 14, 2008 - 11:02
Category:bug report» feature request

From 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.)

#3

cbrody - March 11, 2008 - 11:49

I also need this feature, and have posted a comment on the developer's site.

#4

mooman - April 18, 2008 - 13:12

Has anybody found a solution for this yet?

#5

edford2008 - June 13, 2008 - 14:38

I am stuck on this too. Has anybody got a fix?

#6

lsaffie - September 21, 2008 - 18:08

Anybody? A lot of people seem to be stuck with this very same problem!

#7

joshk - October 13, 2008 - 21:51
Status:active» won't fix

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

 
 

Drupal is a registered trademark of Dries Buytaert.