Follow me @MarkXA

Subscribe

Donate

Forum

 
ForumForumSupportSupportDNN menuDNN menuSubmenu do not showSubmenu do not show
Previous Previous
 
Next Next
New Post
 12/05/2010 12:44
 

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

New Post
 12/05/2010 17:44
 

i found the bug --> i take in the submenu the Level="Child" but i have in my website a other struktur

for example:
Site1 (when you klick on this root button --> it´s a link --> to the first child site)
--- Site1-1
--- Site1-2
Site2 (when you klick on this root button --> it´s a link --> to the first child site)
--- Site2-1
...

Now my question: how i can show the submenu when i use the menu like that? --> and the other problem --> how i can show only the second level?)

greetins

pascal

Previous Previous
 
Next Next
ForumForumSupportSupportDNN menuDNN menuSubmenu do not showSubmenu do not show

Register / login

Please note, to post on this forum you will need to register or log in.