Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to automatically expand / show all child pages in the sidebar in Confluence?

Gabriella August 6, 2015

How to automatically show all child pages in the sidebar in Confluence? I want all my confluence users to be able to see everything in the sidebar directly, expanded by default, without having to manually expand by clicking.

Correct:

image2015-8-7 9:55:52.png

Wrong:

image2015-8-7 9:55:13.png

 

4 answers

6 votes
Stephen Deutsch
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 8, 2015

Hi Gabriella,

It looks like you're using the documentation theme.  In that case, it is possible to expand the pages in the sidebar to a predefined level.

What you will need to do is go to "Browse" and then "Space Admin".

Then, under the "Look and Feel" section, click on "Themes".

Finally, click on "Configure Theme".

Then you can unclick the option "Page Tree" and instead include the pagetree macro in the navigation box.  For more info, look at this page: https://confluence.atlassian.com/display/DOC/Page+Tree+Macro

More than likely you will want something like this:

{pagetree:startDepth=3}
or
{pagetree:root=@none|startDepth=3}
or
{pagetree:expandCollapseAll=true}

The first one will show all pages underneath the home page and the 2nd one will show all pages in the space, even orphaned pages, expanded 3 levels (you could just set the number to something high like 50 and I think all pages would be expanded automatically). The third option will not expand pages by default, but will include a button above the page tree that would allow you to expand all pages.

You'll just have to play around a bit and find the option that works for you.  You should be aware, though, that the Documentation theme has been deprecated and is planned to be removed in the next version of Confluence (and it doesn't work in Cloud anymore at all).

Dev Team November 1, 2016

How to do it in cloud version? This should be so simple.

blarsonrp January 6, 2017

I am also unable to do this in the cloud version given your example.image2017-1-6 15:50:7.png

Glenn Dixon January 24, 2017

In my Server version, this option is now separate - under Look and Feel, there is a separate item for the Sidebar, header and footer. Just paste that code into the sidebar section (or where-ever)

Like Burkhard Voss likes this
philas March 20, 2017

Works fine. Thank you.

 

How to excerpt single pages from expanding?

Nicolas Casel
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 15, 2021

Thanks @Stephen Deutsch  for indicating this macro (to be setup in 'Space tools / Look and feel / sidebar'):

{pagetree:expandCollapseAll=true}

 

However, in my case, using it is pointless because a custom Theme overrides default build (and behaviour) of the Confluence left pagetree. So I am wondering if it is possible to know the Javascript code which is behind this 'page tree expand' macro. Then, I will try to apply this code in a way or another, to force and get expanded items.

To sum up, what is the code triggered by clicking 'Expand all:'

expand.collapse.wikis.png

?

0 votes
Dee Elling October 21, 2019

Is it still not possible to configure this in the cloud version? It is October of 2019. 

Jason Choe January 9, 2020

+1

Like Marie Arellano likes this
0 votes
Michael Ross May 25, 2018

There's a header and footer section, but I can't see a sidebar option in v10

0 votes
Adrien Ragot 2
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 6, 2015

Hi Gabriella, I think they didn't do it for performance purpose: Every child page must be checked against permissions. Not that it's impossible to improve this performance (cache, etc), but no-one has done it yet.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events