I realize this post is old, but I'm running into this as well. It appears, however from the HTML generated by the menu that the child pages are not generated as UL LI tags at all.
Here is my menu code:
[dnn:HouseMenu id="MainNav" scope="-1" isrecursive="True" showhome="True" orientation="H" mode="D" csselementid="HouseMenuNav" runat="server" MaxDepth="-1" RootDepth="0" RootMenuOrientation="Horizontal" /]
Here is what is generated:
[ul id="DefaultCssMenu" class="HouseMenu root"]
[li id="item_Community"][a href="http://localhost/DNN/Community/tabid/55/Default.aspx" class="first"]Community[/a][/li]
[li id="item_Profile"][a href="http://localhost/DNN/Profile/tabid/56/Default.aspx" class="current"]Profile[/a][/li]
[li id="item_Resources"][a href="http://localhost/DNN/Resources/tabid/59/Default.aspx"]Resources[/a][/li]
[li id="item_DIY"][a href="http://localhost/DNN/DIY/tabid/60/Default.aspx"]DIY[/a][/li]
[li id="item_Classifieds"][a href="http://localhost/DNN/Classifieds/tabid/61/Default.aspx"]Classifieds[/a][/li]
[li id="item_Help&Support"][a href="http://localhost/DNN/HelpSupport/tabid/62/Default.aspx" class="last"]Help & Support[/a][/li]
[/ul]
The two child pages under Profile don't get generated at all. What am I doing wrong? This was working with 1.4
|