I would like to have the Space Navigation (i.e. the menu on the top of the page) to show only some spaces, but no any child space. The idea is that when I create a new space and do not specify it's parent, this space won't show as a new entry in the menu. In other words I woud ike to show only the first level of a space hierachy in the Space Navigation Menu.
Is this somehow possible ?
Thanks in advance,
Hello Adolfo,
Thanks for your interest in our add-on.
It is possible to modify the parameters (e.g. "maxDepth=0") of the Subspace plugin menu bar, which is displayed at the top of the page. The exact way depends on the theme you use. If you are using the Confluence standard theme you can modify the behavior of the Subspace menue bar with the following steps:
1. Deactivate the option "Show subspace menu on each page" in the Subspace configuration in the global Confluence administration
2. Navigate to: Confluence global administration => "LOOK AND FEEL" => "Layouts": "Main Layout" => Create custom
3. Add the following code snippet below the line:
#parse("/decorators/includes/common-header.vm") in the textarea:
"$helper.renderConfluenceMacro("{subspaces:addlink=true|currentSpace=$spaceKey|maxDepth=0}")" (Without surrounding "...")
BTW: You can specify any configurable parameters (see:https://support.communardo.de/display/cssp/Userguide+Release+2.0#UserguideRelease2.0-Parameters)
If you are using a custom theme please follow these steps:https://support.communardo.de/display/cssp/Userguide+Release+2.0#UserguideRelease2.0-Spacenavigationbar)
I hope this helps to clarify your question.
Kind regards,
Communardo Support
Thanks, that worked.
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.