Hi!
I added a user to the Editors group and disabled "Manage All Content" for this group.
The problem now is that when the user creates a new content page the parent page in the navigation tab is missing "None". That makes it impossible for the user to add a new main navigator entry because all new pages have to be children of one of the existing pages.
At the moment I have to grant "Manage All Content" rights to the user, but that is not desirable. I'd rather show only necessary fields to the user.
Is there a way in the Site Admin menu to enable "None" as default for parent pages?
Thanks for your help!
Christian
make "none" the default for parent pages for Editors group
make "none" the default for parent pages for Editors group
I am using CMSms 2.2.19
Re: make "none" the default for parent pages for Editors group
Briefly discussed:
A workaround could be to create a Section Header in the root and add the appropriate users/groups. Move all your content one level up (under the new Section Header).
Change Navigator parameters and possibly templates accordingly (start_level and such).
Caveat: if your templates or other code relies on something like 'get root page alias' that will probably break. I don't expect that functionality is used in this case though.
A workaround could be to create a Section Header in the root and add the appropriate users/groups. Move all your content one level up (under the new Section Header).
Change Navigator parameters and possibly templates accordingly (start_level and such).
Caveat: if your templates or other code relies on something like 'get root page alias' that will probably break. I don't expect that functionality is used in this case though.


