Hi All,
I am trying to run an instance of Confluence running on version 5.1.2 in read-only mode. Actually there is another instance of Confluence and I have to merge these 2 instances. For next few days the old Confluence should be running in the read-only mode. I have quite a few entries for disabling editing of pages, attachments, hiding of Create Page button etc.. but I am not able to find the selector-name
How to disable/hide Create Child Page, Editing of existing blogs and creation of new blogs.
Can somebody share with me the selector-names for the hiding/disabling the above settings/features.
Since the old Wiki has lot of Spaces, groups and lots of individual users added in the Space, so changing permissions to all these to "view" permissions is not possible.
Thanks & Regards
Ankush
I find out the other way to do the things that is I have added the below code in the custom html under "at end of the body" section. Now no "save" button is visible under any page/blog so if anybody wants to create any new page/blog or wants to edit the old page/blog he or she won't be able to save it. Thats solve my purpose
<script type="text/javascript">
AJS.toInit(function(){
AJS.$('#rte-button-publish').hide();
});
</script>
Regards
Ankush
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.