How can I delete the "Site Spaces" tab from the default Confluence dashboard? I have the Subspace addon and don't need that long list of flat spaces. I tried creating a custom Global Layout in the Admin->Edit Layouts but I don't have fine grained access to the "Site Spaces" tab instead I can only remove the whole panel and I'd like not to.
#foreach ($webPanel in $webInterfaceManager.getDisplayableWebPanels("atl.dashboard.left", {})) <div class="dashboard-item"> $!webPanel.getHtml($req.getParameterMap()) </div> #end
Custom HTML at the end of HEAD
<style type="text/css"> .space-list-section { display:none !important; } #spaces-tab-link { display:none !important; } </style>
Nice work. Thanks for sharing!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks but can you please give more context on this solution and not just drop a code snippet? what template it applies to? how to reach the document using Confluence 5.1.x? etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry Giovanni I am new to Confluence and I haven't developed or played around with it much as yet. Maybe Ryan can help us with the information you are looking for.
However, I tried the css I shared above and it answered your question as to how you could delete the site spaces from the default dashboard.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Giovanni,
You'll want to apply this to the global stylesheet. Navigate to Confluence Admin > Stylesheet. Paste in the css from above. Navigate back to Dashboard and you'll see the spaces tab is gone.
Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Giovanni,
This isn't really an answer. I tried to hide the tab via css but anything I do only hides the whole panel. I'm stuck same as you. Maybe someone else will have better luck or be more ninja...
I figured you should at least know someone out there is trying!
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.