I want to remove the sidebar from a space so that the entire screen real estate is used for content, and in removing the sidebar I will need to ad the "Browse" menu into the main menu to get to the Space Admin (similar to the Documentation Theme).
Resolved, using the Global Look and Feel Theme, where Style sheets can be edited...
In the Space Admin->Layout->Main Layout code, find the following statements
#elseif ($useNewSpaceIA && $sitemeshPage.getProperty("page.ia-sidebar")) <div class="ia-splitter"> <div class="ia-splitter-left"> <div class="ia-fixed-sidebar"> $!sitemeshPage.getProperty("page.ia-sidebar") </div> </div> #end
and remove the 6 lines between the #elseif .. #end lines (leaving these)
and walla, the sidebar is no longer rendered.
The to get to the Space Admin for this space, just go
Confluence Admin->Space Permissions->Manage Permissions for the space and you are now in the spaces admin pages....
Hi Chris,
I hope this helps.
Cheers,
WZ
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
William,
I should have added a few more requirements.
1. This is needed for a single space that contains 1 page, our Confluence site Home page.
2. I need all the realestate for links and our customised navigation, so I don't even want the option for users to show the sidebar
3. I don't want to pay for this.
Cheers
Chris
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.