[Typo3] Multi-level permissions on new pages

Jan Wulff messages at janwulff.de
Wed Sep 7 14:15:43 CEST 2005


Hi Jochen,
>> Hmm, maybe I haven't made myself clear enough, thanks anyway. The user
>> structure (groups, permissions, etc.) is no problem, neither are ACLs. The
>> problem is to implement different permissions into new created pages and
>> subpages.
> maybe this can help ya:
> TCEMAIN.permissions {
>    # Owner be_users UID for new pages:
>    userid = 3
>    # Owner be_groups UID for new pages:
>    groupid = 2
>    # User can do anything (default):
>    user = 31
>    # Group can do anything, normally "delete" is disabled
>    group = 31
>    # Everybody can can do nothing
>    everybody =
> }
> You should put this code into the page header of your root page (Page 
> TS-Config). And of cause you can overwrite everything within certain 
> branches by fill the page ts-conf there as well with different values.
No, thanks, but as I wrote, simple permissions are no problem. I need to 
set a different permission set to newly created pages and another set to 
new subpages of these pages. Simply, I just need a way to limit the maximum 
of new subpage levels a user may create.

Regards
Jan



More information about the TYPO3-english mailing list