Closed (fixed)
Project:
Nice Menus
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2010 at 01:38 UTC
Updated:
1 Dec 2011 at 20:53 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
cossme commentedhave the same problem
Nice Menus 6.x-2.1
Menu Attributes 6.x-2.0-beta1
Comment #2
jtwalters commentedI have the same problem...
Comment #3
jvandooren commentedHello
I have the same problem with the 7.x-2.0-beta2 version. I want the menu_attribute class on the "li" and not on the "a" tag, so I did the following (in nice_menu.module, around line 447):
You can also do something like this (starting in nice_menus.module line 450) (look for the capital case comments :)):
This will put the class on the "a" instead of the "li".
Maybe this is not the way to do it, but it helped me out for now :)
Oz
Comment #4
jtwalters commented** See #6 **
This one liner patch fixes the D7 version incompatibility with menu_attributes module (for me). Any classes that I set are now applied to the links.
Comment #5
gapa commentedOn a quick look this patch is working for me.
tnx
Comment #6
joelstein commentedThe patch in #4 missed one spot. Here's a revised version.
Comment #7
WillHall commentedThe patch at #6 is exactly what I needed to get special_menu_items and my own stack altering modules working.
Thanks!
Comment #8
Anonymous (not verified) commentedI needed to access the link's descriptions and the patch in #6 made them available for me.
Comment #9
amateescu commentedRe-rolled as a proper git patch, with credit to @jtwalters and @joelstein.
Still RTBC.
Comment #10
tom friedhof commentedRe-rolled the patch again from #9 with --no-prefix.
drush_make didn't like the format of the patch from #9. This patch will work with drush_make.
Comment #11
laroccadahouse commentedworked for me. thanks!
Comment #12
vordude commentedcommitted with 624d25cc7f01f
Comment #14
emcniece commentedum...
Did the D6 version ever get a patch?
Comment #15
designguru commentedI'm looking for a Drupal 6 solution too - anyone fix it???
q./