Some questions on how to create a "edit only" user
Permalink
Hi,
I would like to create an "edit only" user with minimal rights and an user interface as easy as possible.
I still have some questions regarding my task:
1. Dashboard: How can I customize the Dashboard contents the users see after logging in?
2. Dashboard / Pages and Themes: Content "Add new Themes" is disabled on my c5host demo-account but enabled on my own installation. How can I disable Add new Themes in general or for some users?
3. Dashboard / Sitemap: Is it possible to disable "Show System Pages" for users? Only the Admin should see this ...
4. Dashboard / Sitemap context menu: Is it possible to customize the context menu in the sitemap (the one opening when clicking on pages)? I would like to remove "Set Permissions" for normal users.
5. Spell checking: Is it possible to change the language for the spell checker in the editor to another language than English? I alreay have installed the German language file for the concrete5 interface.
6. Help button (top right): How can I change the target link for the help button? E.g. link to my own help site.
I would like to create an "edit only" user with minimal rights and an user interface as easy as possible.
I still have some questions regarding my task:
1. Dashboard: How can I customize the Dashboard contents the users see after logging in?
2. Dashboard / Pages and Themes: Content "Add new Themes" is disabled on my c5host demo-account but enabled on my own installation. How can I disable Add new Themes in general or for some users?
3. Dashboard / Sitemap: Is it possible to disable "Show System Pages" for users? Only the Admin should see this ...
4. Dashboard / Sitemap context menu: Is it possible to customize the context menu in the sitemap (the one opening when clicking on pages)? I would like to remove "Set Permissions" for normal users.
5. Spell checking: Is it possible to change the language for the spell checker in the editor to another language than English? I alreay have installed the German language file for the concrete5 interface.
6. Help button (top right): How can I change the target link for the help button? E.g. link to my own help site.
Hi,
thanks for your reply. But I still have some issues with 1 - 4:
1. I meant the contents of the initial Dashboard page. On the top there is a statistic and on the bottom are some links to concrete5 websites like help and news. Is it possible to customize this page and remove the links to concrete5? The reason is that they are in English and my user only speak German.
2. I want to show the user the "Pages and Themes" settings but on this page there are two sections: On the top the installed themes are visible and on the bottom is a section "More Themes". I want to remove the "More Themes" section only. Is that possible? I saw it on the demo hosted by concrete5 ...
3. Ok, but as they have access to some system pages they can see and change those. I don't want my users to be able to change system pages at all. Is that possible without removing all access to system pages?
4. Problem is, that if I remove the rights to see/edit sitemap the user won't be able to customize navigation order. Or is there another way to it?
thanks for your reply. But I still have some issues with 1 - 4:
1. I meant the contents of the initial Dashboard page. On the top there is a statistic and on the bottom are some links to concrete5 websites like help and news. Is it possible to customize this page and remove the links to concrete5? The reason is that they are in English and my user only speak German.
2. I want to show the user the "Pages and Themes" settings but on this page there are two sections: On the top the installed themes are visible and on the bottom is a section "More Themes". I want to remove the "More Themes" section only. Is that possible? I saw it on the demo hosted by concrete5 ...
3. Ok, but as they have access to some system pages they can see and change those. I don't want my users to be able to change system pages at all. Is that possible without removing all access to system pages?
4. Problem is, that if I remove the rights to see/edit sitemap the user won't be able to customize navigation order. Or is there another way to it?
2. see above
3. the users can only see pages in the sitemap they can see.
4. see 1 don't give them edit permissions for it and it won't show up
5. not sure i think thats a tiny MCE question
6. in the site.php add this line in the php tags:
define('MENU_HELP_URL', 'new url');