Closed (won't fix)
Project:
Nice Menus
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2009 at 22:06 UTC
Updated:
12 Oct 2010 at 10:50 UTC
I noticed this is an issue with menus in general in Drupal - it doesn't allow full active highlighting, at least with the sites I've built.
Here's some code below which i've injected to the following file (nice_menus.module ~ line 317):
$link_arr = explode("/",substr($_SERVER['QUERY_STRING'],2));
if (drupal_get_normal_path($menu_item['link']['href']) == $link_arr[0])
{
// $class .= ' expanded';
$menu_item['link']['localized_options']['attributes']['class'] = 'active';
}
Comments
Comment #1
add1sun commentedCan you explain this more fully? What does "full active highlighting" mean? Also, to be considered for review, this needs to be an actual patch.
Comment #2
add1sun commentedNo response. Closing.