We had a fixed html menu for a website and a hundred pages with the navigate attribute set true when we wanted to set 95% of them false.
The sf_CmsPageProps (Sitefinity page properties table) has a column called 'Navigable' that determines if a page shows in the Site Menu or not.
The following SQL command takes all pages out of the Site Menu control (so you can turn on the few that you want instead editing each page to turn the bulk of them off):
update sf_CmsPageProps set navigable = 0 WHERE (Navigable = 1)
RadEditor - please enable JavaScript to use the rich text editor.
I often get asked why I'm willing to journal all of my Sitefinity discoveries. People think I'm insane to give away for free what I labored over at some point.
Let me answer that in 2 parts:
Talk to us about how we can help YOU!
Keep up with our Sitefinity discoveries! Click on the RSS feed icon below or sign up for our newsletter.