Users permission
Permalink
I don’t want users to be able to add pages?
They can only edit page that has already been created?
How would I achieve this?
Thank you
They can only edit page that has already been created?
How would I achieve this?
Thank you
http://www.concrete5.org/help/building_with_concrete5/installation/advanced_configuration_options/
I have read the article but how will I disallow user to add a new page?
Thank you
Thank you
When you enable Advanced Permissions, you'll be able to do this and much more.
Just add the <?php define('PERMISSIONS_MODEL', 'advanced'); ?> to your config/site.php (as per the link above), go and edit permissions and see the magic :)
Just add the <?php define('PERMISSIONS_MODEL', 'advanced'); ?> to your config/site.php (as per the link above), go and edit permissions and see the magic :)
Good day
Yeh you are right much better, now just one more question, once I have created the pages what setting can I changes so the user can not add a new pages?
Thank you
Yeh you are right much better, now just one more question, once I have created the pages what setting can I changes so the user can not add a new pages?
Thank you
Hello.
I am also having trouble figuring this out. I have enabled advanced options, but cannot figure out how to allow or disallow user groups to add pages to the website. I have gone through the entire site map (after showing system pages) and tried to set permissions, but the non-admin user cannot add a page from the front-end. Only the Edit page button is present.
Any help would be greatly appreciated. Thank you very much
I am also having trouble figuring this out. I have enabled advanced options, but cannot figure out how to allow or disallow user groups to add pages to the website. I have gone through the entire site map (after showing system pages) and tried to set permissions, but the non-admin user cannot add a page from the front-end. Only the Edit page button is present.
Any help would be greatly appreciated. Thank you very much
I have the same problem
edit: I have found the solution:
http://www.concrete5.org/community/forums/usage/add-a-page/#46960...
edit: I have found the solution:
http://www.concrete5.org/community/forums/usage/add-a-page/#46960...
Exactly what I needed. Thanks!
in the permissions dialog there is a dropdown where you can choose subpages, remove the ability to add any page types,