Hi all,

When I move from one page to another there is nothing in my menu to indicate the current / active menu item / page eg when I am looking at the contact page the 'Contact' menu item is not highlighted.

http://juc1.byethost32.com/ynk/node/3

I downloaded the module http://drupal.org/project/menutrails but I can't see how to get it to do this.

Is this the right module or should I be using something else?

Thank you

Comments

Anonymous’s picture

The current menu trail is marked with "active-trail" CSS class, but not "active" CSS class is applied to the actual menu.

For example, if my node belongs to A>B>C trail, when I'm in the node I can see A, B and C marked with "active-trail", but C is not marked with "active".

Can this be fixed?

Thanks

Anonymous’s picture

The problem seems to be the following: I have a three-level primary_links menu shown by menu_block module, and debugging the code I noticed that the function phptemplate_links() is called just for the first level of menu.

Why is this function called just on the first level of menu? Is this a menutrail issue or something other's?

Thanks