On Confluence server, why is the page tree not visible when on the space's calendar page? Space shortcuts are visible... This doesn't make much sense to me.
Have a great day pondering my question :D
Confluence server 6.6.1
Hi Jonathan,
How are you viewing the calendar exactly? There are two ways:
Can you confirm? If needed, please feel free to share a screenshot of the issue.
Regards,
Shannon
When clicking the Calendar link on the left navigation (which is generated when creating the space), this takes us to the calendar page (for this space) but the page tree is invisible.
I checked a few spaces, same result.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, Jonathan.
As the Calendars page as well as Pages and Blog are not part of the space's page tree, the page tree does not display on those pages.
We had a feature request for this in the past, but it has been closed as we do not intend to implement this in the near future.
As a workaround, I recommend the following from our Configure the Sidebar documentation:
Adding custom content to a sidebar
You can further customize a sidebar using wiki markup to add custom content.
To add custom content to your sidebar:
- Go to the space and choose Space tools > Look and Feel from the bottom of the sidebar.
- Choose Sidebar, Header and Footer.
- Enter your custom content in the Sidebar field.
To hide the default page tree and add your own, with additional parameters:
Add the wiki markup for the Page Tree Macro in the Sidebar field.
The following example includes parameters to expand the top three levels of the page tree by default and include an Expand All and Collapse All link above the tree.{pagetree:root=Page Name|startDepth=3|expandCollapseAll=true}
Go to Space Tools > Configure sidebar.
Use the Show and Hide icons to hide the default page tree from the sidebar.
Please see Page Tree Macro for information on how to call specific parameters, but simply typing {pagetree} will show the page tree for the current space.
I've tested this and can confirm it works on my current version of Confluence, 6.11, even if you are on the Calendars page. I have also added this workaround to the above feature request.
Could you give it a try and let me know how it goes?
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the work around! I tested this in UAT, looks like it works fine.
If * worked for root, I would consider this a perfect workaround. Sadly root's value has to be modified to the root's page name for each space.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Johanthan,
Thank you for confirming that.
You might be able to set the sidebar globally using the Global Stylesheet:
To edit your global CSS stylesheet: Choose > General Configuration > Stylesheet.
Can you give that a try as well?
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.