Not show pages in menu

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
ikatt

Not show pages in menu

Post by ikatt »

Is there a way to not show pages created in the menu per default, without having to uncheck the "Show in Menu" -box in the Options tab every time? I would much rather that those who edit/add pages to the site must actively choose to show a page in the menus.
cyberman

Re: Not show pages in menu

Post by cyberman »

You can try this:

Go to file admin/addcontent.php line 259

Code: Select all

	$contentobj->SetShowInMenu(True);
and change it to

Code: Select all

	$contentobj->SetShowInMenu(False);
Locked

Return to “CMSMS Core”