Ok... so... on pages that I didn't want to show, I would delete the content in stf_visibleInMenu right?
And... the whole test for that would look similar to what? I get: > <%!! > Context:CurrentPage.Elements.GetElement(stf_visibleInMenu).GetHtml() !! > %> What I don't get is where that should be placed for the desired effect. I'm a front-end developer so... I don't always get this type of thing. Dave R On Oct 30, 5:41 am, abdn_webteam <[EMAIL PROTECTED]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
