Active
Project:
iconify
Version:
6.x-1.2
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2008 at 21:32 UTC
Updated:
16 Feb 2009 at 03:01 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ajevans85 commentedWell it was a quick fix, should of held of posting.
Anyway, line 85 needs changing to
As the $item['path'] variable in the original code below doesn't seem to be se
Comment #2
tomaszx commentedi confirm this bug. It's very simple to fix. Please quick this issue.
Comment #3
xaverx commentedI use above fix, almost all working beside: admin/build/menu and when I use function "Hide descriptions" in admin menu link are broken.
Comment #4
Macronomicus commentedI can confirm that ... works now save for when descriptions are hidden on the /admin page.
Comment #5
lennyaspen commentedyes it works
Comment #6
czarphanguye commented@ajevans85, Thanks. that did the trick.
Comment #7
Macronomicus commentedI can confirm that admin/build/menu/ still doesnt work even after this fix.
Strange .. I guess we'll have to dig some more to figure out whats doing it. I dont see another similar code issue like the fix above.
Comment #8
Jezze commentedYou have to use $item['href'] instead of $item['link_path'].
Change line 75 (with description) and line 86 (without description).
Comment #9
Macronomicus commentedI can confirm that fixes all the links now.
Thanks for the tip with that ... I do like this handy module ... spiffs things up easy and simply.
Cheers!
Comment #10
Anonymous (not verified) commentedhey the 'href' code fix works!
I changed line 75 and 86 as directed above.
I am attaching the corrected iconify.module file, which of course goes in the main iconify module directory.
Cheers!
madamep
Comment #11
damienmckennaAny chance of having this committed to CVS? It is kind of an important fix? Thanks. :)