Hi!
Trying to find a work-around in Confluence when creating pages. We need a specific page template in our company. However, the blank page template cannot be disengaged. The user can still use it when pressing Create instead of ... by mistake.
Can we disengage the Create button so the users can only use the ... button? Or do you know a better solution?
Thanks!
Hello,
You can also hide elements using javascript by placing it at end of the HEAD in General Configuration > Custom HTML
<script type="text/javascript">
AJS.toInit(function(){
AJS.$('#quick-create-page-button').hide();
});
</script>
Regards,
Igor
maybe a solution would be using 'Create from Template Macro' - you can fill in Buttons on a page (from where your user starts) with your specific page template.
When user click the button - a new page is created, based on your template.
You can even give it a already specific title and choose the space where it's created.
Hope this helps.
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.