Closed (duplicate)
Project:
Nice Menus
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2008 at 12:37 UTC
Updated:
28 Aug 2012 at 19:53 UTC
Jump to comment: Most recent file
Comments
Comment #1
murzComment #2
murzNext version of patch - css style 'in-active-trail' moved to link style (a tag) instead of li tag style.
And setting this style to child items corrected.
Comment #3
seutje commentedcorrected title
Comment #4
zoliky commentedThanks, this patch is useful!
Comment #5
add1sun commentedI tried this out and it works quite nicely. I cleaned the patch up a little and have posted it back to the original issue. I'm marking this one a duplicate so we can keep all of the conversation in one place.
#219804: Set active menu trail CSS selectors
Comment #6
mroscar commentedSolved the active trail issue for myself but since I am newbie dont know how to make a small module or use in temlate.php But it work in page.tpl
To work depends on taxonomy, taxonomy breadcrumb and pathauto installed.
Comment #7
HJulien commentedIs it possible for me to set something like this up in a case where the menu item is like a dashboard page where you can click on many things but none of them of 'children' of the parent menu item? I lose the active-trail as soon as I click off the main page. It seems that somehow I need to specify which node, pages, aliases, etc belong to that dashboard to make this work.
I thought of a module like custom breadcrumbs so I can get the backend functionality to connect the menu item to everything else but I don't want to display breadcrumbs.
Any suggestions?