Posted by marchanda on July 25, 2008 at 6:17pm
| Project: | iconify |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
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.
Comments
#1
Same issue here
#2
To fix:
Go to line 86 found and replace $item['link_path'] to $item['href'].
#3
Should probably fix this in the actual module ... its been many months since last release, no? Last year actually! lol
#4
Here is a patch to resolve the issue.
#5
You guys also need to fix line 75 and replace $item['link_path'] to $item['href'].
(The link is wrong when item descriptions are hidden)
#6
This is a critical bug, the module prevents menu administration.
#7
I added these fixes to the 6-1 branch. Will make a new tag in a couple weeks or so.