Hi, I did some menus and to test purposes... made options with generic text to make a first "empty" web ... Now im going to fill with contents... i would like to change. But when im going to edit any option in any menu not the first... The interface only save in first image menu i create.

So i'm deleting options and recreating to be able to save in the menu im working.

Menu made to appear in content... in only one node.

That's all

Nice module, please look at this, when you have some time. I think not important ;-)

Comments

feisal.ahmad’s picture

Encountered the same problem, traced it to the imagemenu.module file, line 157. A NULL is passed as page argument, changing it to '%imagemenu_link' fixes the problem as far as I can see

feisal.ahmad’s picture

Status: Active » Needs review
StatusFileSize
new607 bytes

Submitted patch

Patch needs work, I was a bit too hasty with submitting since saving changes to an item now somehow crashes my httpd... (wamp server)

feisal.ahmad’s picture

Status: Needs review » Active
StatusFileSize
new535 bytes

I found out the submitted patch is not really the way to go, it can be used as a temporary workaround though in combination with the patch I am submitting now. The problem was with the redirection to the imagemenu-customize page which uses the parent mid.

The earlier submitted patch is wrong too, I was trying to set the menu identifier but I don't think this patch does that correctly.

brankoc’s picture

http://drupal.org/node/523354 is a duplicate report of this bug. It's got a working patch.

marcus_clements’s picture

Status: Active » Closed (duplicate)