Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

How to implement the following permission schema?


Go to End


670 Views

Avatar
claudioredi

Community Member, 1 Post

25 August 2015 at 8:29am

I'm using silverstripe-translatable and I have a request to create a group of translators with the following restrictions:
- They should be able to see default language version and create translation for them but not to add new pages from scratch
- They should see their translation language as default on site tree (as opposite to the current behavior of showing default locale for everyone).

So far I see, I'd have to change the code to achieve that but I thought I'd check if anyone had to do anything similar.

Thanks