$removeNewLines = false;
$currentAsLink = true;
$levelsDeep = 0;
$directGeneology = true;
$showGlobals = true;
$sortWiz[] = array("menuindex","ASC");
There 3 top level menus, each with a number of submenus and subitems. When I go to the home page, ListMenu correctly renders the 3 top level menus:
- Menu1
- Menu2
- Menu3
So far so good. However, when I click on one of the top level menu items, I am taken to the correct page, but the menu does not change. It looks like the menu above, but I expect to see this:
-Menu1
--menu1_submenu1
--menu1_summenu2
--menu1_submenu3
--menu1_subitem1
-Menu2
-Menu3
If I type the URL of menu1_subitem1 into my browser, I correctly arrive at that page, _and_ the ListMenu is rendered properly (like the one above). But if I browse directly to menu1_submenu1, then I see all second generation links (just like the one above), but the current one is not expanded. The problem seems to be that it is constantly one generation _behind_ where it should be. Has anyone else experienced this? If anyone could help me with this, it would be a real xmas miracle
Thanks,
Skyler










