Hello - I'm spending a lot of time on figuring out the simple stuff - Are there any user docs? The forum's great but can burn time looking for a specific technique.
Right now I'm having a hard time getting my horizontal menu to display only root items. Many of both the Custom Atribute and dnn:NAV settings appear to me to have no affect whatsoever - anybody got a quick anseer to show only root level menu items? Thanks.
Here's my current settings -
-dnn:NAV runat="server" Level="0" id="dnnNAV_Main" ProviderName="HouseMenuNavigationProvider">
-customattributes>
-dnn:CustomAttribute Name="Scope" Value="-1" />
-dnn:CustomAttribute Name="MaxDepth" Value="1" />
-dnn:CustomAttribute Name="MenuClientId" Value="MainMenu" />
-dnn:CustomAttribute Name="CssClass " Value="HasClass" />
-dnn:CustomAttribute Name="MenuItemCurrentCssClass" Value="current_page_item" />
-dnn:CustomAttribute Name="RootDepth" Value="-1" />
-dnn:CustomAttribute Name="ShowMenuItemTooltips" Value="True" />
-/customattributes>
-/dnn:NAV> |