Hi John, I'm having problems getting the ExcludeTabs and IncludeTabs working correctly for some reason (v3.3.0.0) - looking through the forum there seems to be different suggestions but none seem to work all the time. I am using a template type menu:
DisplayIcon="false"
Level="1-5" Type="Template" TemplateFile="Snapsis.NavMenu.LeftVertMenu.template"
OnlyExpandActive="true"
ExcludeTabs="Admin,Host" IncludeTabs="^Highlands End$" runat="server" CacheTabs="false" /> I want this menu to display all child pages under the tab named "Highlands End" which it does do, but another page "Accommodation"->"Highlands End" is also being shown in the menu but that page belongs to the level 0 tab "Accommodation" I think i want to tell the menu to only show tabs under "Parks"->"Highlands End" but my current IncludeTabs syntax is picking out all tabs and children called "Highlands End". I've also tried excluding certain pages from the menu without any success so i am confused as to whether the syntax has changed? Thanks in adance. Dan |