Forums

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

Can I disengage the Create button in Confluence?

Birgitta Lantto
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!
August 8, 2018

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!

2 answers

0 votes
Igor M.
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 8, 2018

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 

0 votes
Fabienne Gerhard
Community Champion
August 8, 2018

Hi @Birgitta Lantto

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events