Hi All,
We are trialling Confluence but purely for the Team Calendars Add on. I only want the calendar to be visible as the only option in a Space, so users can create a Space with a calendar, but this is all they see. How can this be achieved?
It is possible to hide the menu items other than Calendars by using the methods on this page: How to hide elements in Confluence using CSS or JavaScript
The menu items will still display on the admin console but not on spaces.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK, I have disabled some things but the Create button is still there, even though I have :
<style type="text/css"> #browse-menu-link { display:none !important; } #shareContentLink { display:none !important; } #space-directory-link { display:none !important; } #create-page-button { display:none !important; } </style>
In the Customer CCS. The three-dot menu disappears, but not the Create Button itself. I would like to remove the #action-menu-link as well, but then I couldn't find a way to easily delete a page, even as an admin.
On the create page problem, I have even tried to deny normal user the right to create pages, both Globally and in the Space, yet they can still do this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any more thoughts on this? Whist the origain post gave SOME issues, I does nto really solve a lot of the other issue mentioned.
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.