I have been looking at using the DDR menu Provider instead of the DNN menu Provider that I am currently using. I am afraid that the DNN menu will not do what I want it to do.... so I am looking into using DDR menu as a back up but....
I am having trouble starting to set it up
I have this at the top of the page
<%@ Register TagPrefix="ddr" TagName="MENU" src="~/DesktopModules/DDRMenu/Menu.ascx" %>
<%@ Register TagPrefix="ddr" Namespace="DotNetNuke.Web.DDRMenu.TemplateEngine" Assembly="DotNetNuke.Web.DDRMenu" %>
and
<ddr:MENU MenuStyle="..." runat="server" />
but I am not sure what to use for MenuStyle
My ulimate code is to have a menu that I can stop displaying after level 2 so the fly outs wont go so deep... we have thousands of pages that we will handle in another layout with a separate menu