The way we handle this is by 'hiding' a standard field in the foundation template, called something along the lines of stf_visibleInMenu. The default is 'y'. Then in the navigation templates you check the GetHtml() value of the stf_visibleInMenu, and only continue with displaying the menu item when it's 'y'. If you want the menu item hidden, set the stf_visibleInMenu to 'n'.
<%!! Context:CurrentPage.Elements.GetElement(stf_visibleInMenu).GetHtml() !! %> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/RedDot-CMS-Users?hl=en -~----------~----~----~----~------~----~------~--~---
