21302 Posts in 5736 Topics by 2603 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 766 Views |
-
ShowInMenus

17 June 2010 at 5:42am
Hi
I have created a special offers page and using the extending your site tutorial for staff which is fine and my page work okay. With the special offers I don't want them showing in the sidebar menu as children. So I put in the ShowInMenus = 0 etc. But the sub pages are still showing any idea why.
Silverstripe 2.4
-----------
class SpecialOffersPage extends Page {
static $defaults = array(
'ShowInMenus' => 0
);
static $db = array(
);
static $has_one = array(
'Photo' => 'Image'
);static $default_parent = 'SpecialOffersHolder';
| 766 Views | ||
|
Page:
1
|
Go to Top |

