I noticed the id for each jquery menu UL is 'jquerymenu-' causing duplicate ID's.

I think $menuname was supposed to be passed in as parameter:

          $block['content'] = theme('menu_creation_by_array', $menutree, $trail, <strong>$menuname</strong>);

thanks for the great work

Comments

JonesUI’s picture

I noticed this bug too because my CSS customization of the menu relies on the id for the UL.

What had been rendered as "jquerymenu-menu-portfolio-menu" now renders as "jquerymenu-".

I've reverted to my previous version of JQuery Menu for now.

PixelClever’s picture

Status: Active » Fixed

That id will be removed completely in the 2.1 release. It isn't really necessary since there is a unique id assigned to each block by default, and with multiple modules using the API it would be too much overhead to try to have them send a name to this module.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.