I am trying to use Nav Menu by levels and roles. I have the following structure in DNN including the Roles Home Home > Products Home > Products > Power Units (Everyone) Home > Products > Manul Units (Builders) Home > Products > Components (Trade) I have the following code in the acsx file <
td> <divid="ParentTabsContainer"> <Snapsis:NavMenuid="ParentTabs1"Level="2-0"Recurse="False"Type="Tabs"ExcludeTabs="Admin,Host"runat="server"/><Snapsis:NavMenuid="AdminHostList"Level="0"Type="SelectList"IncludeTabs="Admin,Host"runat="server"/> div> When I goto view the products page I can see all products sub menu items being displayed regardless of the role. I am doing a funny kind of redirect where when a certain menu item is clicked the qhole page is re-directed to another website and then they host an iFrame which points back to our new skin. All the re-directs work but the skin shows all the menu items when you should only see Power Units and Manual Units (if you are a builder) or Power Units and Components (if you are a trade user) Why are all the menu items being shown even if the page is redirected? I have put all the pages in the respective roles. Thanks td> |