The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to see all breadcrumbs?

Konzept plus
September 25, 2011

How do I enable all breadcrumbs without having "..." in Confluence 4.0

There is no option inside Adminpanel, at least I don't see it.

Any help?

Thanks
Oliver

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

7 votes
Answer accepted
David at David Simpson Apps
Atlassian Partner
September 25, 2011

Browse to Confluence Admin | Look and Feel | Custom HTML

In At the end of the HEAD, paste:

<script>
  AJS.toInit(function(){
    AJS.$('#ellipsis strong').click();
  });
</script>

..then save. This will register a click on the ellipsis on page load.

Konzept plus
September 25, 2011

That was the trick. Thanks a lot.

Thanks atlassian for complicating simple things

AWarren
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 26, 2011

Hello David,

I cannot get the above script to work on Confluence 4.0.

I have added the content to the correct section, and it is there if I check the source of the page. Do you have any other suggestions?

David at David Simpson Apps
Atlassian Partner
September 26, 2011

I would expect it to work on Confluence 4.0 as that's what I (quickly) tested it on.

If you view-source, can you see the text in the output?

Matthew J. Horn
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 Champions.
February 27, 2012

I've tested this with a couple browsers on cConfluence 4.1.2 and it works great. Thanks David!

matt

0 votes
Kevin Buchs
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 Champions.
September 25, 2011

You are probably aware that you can dynamically expand the ellipsis by clicking on it. This is required for each page you view, however, so if you need it routinely displayed, then your answer will help.

TAGS
AUG Leaders

Atlassian Community Events