21310 Posts in 5739 Topics by 2604 members
General Questions
SilverStripe Forums » General Questions » Disable Create PageType and Behaviour Tab for cerain security groups
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 768 Views |
-
Disable Create PageType and Behaviour Tab for cerain security groups

17 April 2009 at 3:50am
Hi All,
Is it possible to DISABLE the following functions for certain groups:
* Allow drag & drop reordering - I don't want editors to change the site structure
* Create Page - I don't want editors to change the site structure
* Behaviour tab - I don't want editors to change the PageType of a PageType
I cannot find the options within the CMS interface. Hope someone can enlighten me!
-
Re: Disable Create PageType and Behaviour Tab for cerain security groups

20 June 2009 at 7:19am
Hello, I have the exact same question, but couldn't find anything on the forum. Is it possible to remove 'Create' 'Search' and 'Batch actions'? Help appreciated
-
Re: Disable Create PageType and Behaviour Tab for cerain security groups

20 June 2009 at 7:22am
By the way @misvid: behaviour tab can be removed easily:
public function getCMSFields() {
$fields = parent::getCMSFields();
$fields->removeByName("Behaviour");
return $fields;
}
| 768 Views | ||
|
Page:
1
|
Go to Top |


