Recently upgraded Confluence from 5.4.3 to 6.0.6. When creating a page in 5.4.3, the user selected the Create button at the top of the page, and the Create options listed both blank page and templates. In 6.0.6, there are two buttons side by side: Create (Create blank page) and 3 dots (Create from template). Users are opting for Create blank page because it's obvious. But I need them to create from a document template, which is in the 3 dots template menu. How can I combine these two Create functions into one - as it was in 5.4.3?
Thanks!
I was able to hide the create button, so the template create button is the only available choice, by pasting this into Confluence Admin>Stylesheet:
#quick-create-page-button { display:none !important; }
Here are some links that may help:
How to hide elements in Confluence using CSS or JavaScript
How to override quick create page button in Confluence 5.9.x
Hi Ann - Followed your instructions by pasting into Stylesheet, and it works! Thanks so much for the quick response!
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.