Hi,
I just was wondering, is there any prospect of increasing the user permissions in Confluence so that as well as being able to restrict users to only being able to view a page and/or edit a page, that per page you could set permissions to stop users from adding pages, comments and blogs? I know this can be done at a space level but I'm looking to do this for individual pages.
The reason for this is we would like to setup a page hierarchy so that pages can form some sort of data structure to form our knowledge base and we don't want any user being able to change this hierarchy by adding their own page hierachies unless a user with the appropriate privileges stipulate that at a particular level users can add their own pages.
Thanks in advance.
Hi there,
I finally able to find the necessary workaround to achieve your purpose. Please try the following steps to create a macro that would hide the add page button
<style> #add-menu-link { display:none } </style>
After the above steps is complete you would need to install a free plugin from CustomWare name Visibility Plugin. This plugin would allow you to configure Confluence to hide a certain content from each page for certain users or groups. Please review the documentation for further detailed on the plugin.
After you have installed the mentioned plugin you could use the following steps to hide the add button for certain users or groups:
The only drawback of the above steps is, user would still be able to add pages if they type the action address of add page manually.
Hope it helps.
Cheers,
Septa Cahyadiputra
My pleasure :).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi there,
As describe by you, Confluence have a space permission which control user permission to add pages and add comments into the mentioned space.
Confluence do have restriction on page level, however it is only for edit and view. Hence you won't be able to control the user permission to add pages on specific tree, however, if you restrict the users for not being able to view the page, he won't be able to add child pages into that page.
For more detailed information on this, please review this page:
http://confluence.atlassian.com/display/DOC/Page+Restrictions
Hope it helps.
Cheers,
Septa Cahyadiputra
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the prompt response. Yea restriciting the user from viewing the page would actually defeat the purpose of what I'm trying to accomplish. I want users to still be able to view the page and even view child pages but just not have the ability to add more child pages. Thanks anyway. For the time being I'll just have to implement some business rules and review process around this.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.