Hello
i test the DDRMenu the first time. (so sorry for some stupid questions ;-) )
my skin have to menues --> one Mainmanu how shows only the root menu and one Submenu how shows the childs
now i have the problem that the Submenu shows me no result when i´m not logged in. When i log in as admin or host then i get the Admin-submenu or the Host-submenu but not the other sites. What can be the problem?
<%@ Register TagPrefix="dnn" TagName="MENU" src="~/DesktopModules/DDRMenu/SolPartMenu.ascx" %>
<%@ Register TagPrefix="dnn" TagName="MainNav" src="~/DesktopModules/DDRMenu/SolPartMenu.ascx" %>
<%@ Register TagPrefix="ddr" Namespace="DNNDoneRight.DDRMenu" Assembly="DNNDoneRight.DDRMenu" %>
MainNav:
<dnn:MainNav runat="server" id="dnnNAV" ProviderName="DDRMenuNavigationProvider" rootonly="true" IndicateChildren="false" ControlOrientation="Horizontal" CSSControl="mainMenu" />
SubNav:
<dnn:MENU runat="server" id="dnnNAVSub" ProviderName="DDRMenuNavigationProvider" Level="Child" IndicateChildren="false" ControlOrientation="Vertical" CSSControl="mainMenu" />
greetings
pascal