Forums

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

Adding a new button to the header navigation

MarkC
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 Leaders.
August 28, 2013

In the default Confluence theme in 5.1.2, I found this article (https://confluence.atlassian.com/pages/viewpage.action?pageId=358908020) that tells how to add a new button link to the top of the header. However, it adds it after the Create button. Is there a way to change where the button is displayed? For example, display the button between the site logo and the Spaces button?

1 answer

1 accepted

1 vote
Answer accepted
Amalia
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 Leaders.
August 29, 2013

You can use prepend() instead of append()

<script>
AJS.toInit(function(){
    AJS.$('.aui-header-primary .aui-nav').prepend('<li><a href="http://www.atlassian.com" class=" aui-nav-imagelink">Atlassian</a></li>');
});
</script>

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events