Download & Extend

Menu admin links go to install directory

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

Status:active» needs review

Here is a patch to resolve the issue.

AttachmentSize
iconify_menu_fix.patch 903 bytes

#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

Priority:normal» critical

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.