Page 1 of 1

Not show pages in menu

Posted: Wed May 30, 2007 8:48 am
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.

Re: Not show pages in menu

Posted: Wed May 30, 2007 9:29 am
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);