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.

CommentFileSizeAuthor
#4 iconify_menu_fix.patch903 bytespopulist

Comments

Macronomicus’s picture

Same issue here

lscalado’s picture

To fix:

Go to line 86 found and replace $item['link_path'] to $item['href'].

Macronomicus’s picture

Should probably fix this in the actual module ... its been many months since last release, no? Last year actually! lol

populist’s picture

Status: Active » Needs review
StatusFileSize
new903 bytes

Here is a patch to resolve the issue.

pitxels’s picture

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)

jody lynn’s picture

Priority: Normal » Critical

This is a critical bug, the module prevents menu administration.

acouch’s picture

I added these fixes to the 6-1 branch. Will make a new tag in a couple weeks or so.

populist’s picture

Status: Needs review » Closed (fixed)

Just closing this issue since Aaron already added it to the 6.1 branch!