I have the same Problem:
a horizontal menue, one of the main-level-items has a submenue with all links visible to registered users only;
the bug seems to be in the file helper.php (i guess in function getSlideLevelXML):
when the script comes to that point a new list (ul id=ddsubmenu1) is started BEFORE the script 'knows', whether the menu items should be visible to ALL or to REGISTERED user only; the bug is, there is no end of that list, so the following menue items are treated as submenu items.
the following code is generated
| Code: |
..<span>menu item</span></a><ul id="ddsubmenu1" class="ddsubmenustyle" />
</li><li>...next menu item
|
any idea how to fix this?
thanx a lot