Hello.
Great module but it bugs on my site :-(

If I select the menu show all the links in navigation (normal result :-)) but if I select only ---Story (in create content) [but without selecting "Create content"] the menu show me only text "navigation"

<ul id="simplemenu" class="menu clear-block sf-js-enabled sf-shadow"><li class="expanded first root"><a name="menu-id-1">Devel module</a><ul class="menu" style="display: none; visibility: hidden;"> [...] all Devel menu [...]</ul></li>
<li class="collapsed"><a name="menu-id-1">Navigation</a></li>
<li class="collapsed"><a name="menu-id-2">Navigation</a></li>
<li class="collapsed last"><a name="menu-id-3">Navigation</a></li>
</ul>
CommentFileSizeAuthor
#2 simplemenu-theme-call.png45.75 KBAlexisWilke

Comments

sylvainb74’s picture

I made some test.
If I install only SimpleMenu and select I see the correct result.
If I install SimpleMenu and SimpleMenu Multi-Menu support and I select a sub-category (for example Create Content) I see " No menu items found...."

AlexisWilke’s picture

Title: Buf when select sub-category » Problem using the multi-menu sub-module
Assigned: Unassigned » AlexisWilke
Category: bug » support
StatusFileSize
new45.75 KB

Hi Sylvain,

The problem is with the theme() callbacks. By default, Simplemenu is now setup to NOT call the theme() function and that means you don't get the callbacks called and thus the multi-menu feature does not work...

Make sure you select the "Allow Simplemenu to call the theme() function" checkbox so that way it works.

See attached image too.

Thank you.
Alexis Wilke