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
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.
That was the trick. Thanks a lot.
Thanks atlassian for complicating simple things
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've tested this with a couple browsers on cConfluence 4.1.2 and it works great. Thanks David!
matt
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.