Hi there,
Thanks for the great module. I'm a new Drupal user so I hope this isn't an issue with my project, but after I installed Iconify, the links to my menus in Site building/List menus only went to the install directory. Links were fixed after disabling Iconify. I'm using the latest Drupal 6 release.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | iconify_menu_fix.patch | 903 bytes | populist |
Comments
Comment #1
Macronomicus commentedSame issue here
Comment #2
lscalado commentedTo fix:
Go to line 86 found and replace $item['link_path'] to $item['href'].
Comment #3
Macronomicus commentedShould probably fix this in the actual module ... its been many months since last release, no? Last year actually! lol
Comment #4
populist commentedHere is a patch to resolve the issue.
Comment #5
pitxels commentedYou guys also need to fix line 75 and replace $item['link_path'] to $item['href'].
(The link is wrong when item descriptions are hidden)
Comment #6
jody lynnThis is a critical bug, the module prevents menu administration.
Comment #7
acouch commentedI added these fixes to the 6-1 branch. Will make a new tag in a couple weeks or so.
Comment #8
populist commentedJust closing this issue since Aaron already added it to the 6.1 branch!