Can I remove / hide the "Report a Bug" and "Atlassian News" links in the Confluence footer?

Dan Moran January 13, 2012

I found this link, but my IT Manager he couldnd't get to the specified file:

https://team.eea.sk/wiki/display/DOC/Modify+Confluence+Interface+Text

3 answers

1 accepted

6 votes
Answer accepted
David at David Simpson Apps
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
January 13, 2012

@Colin Goudie is right here.

I'd suggest browsing to Browse | Confluence Admin | Look & Feel | Custom HTML

In At the end of the HEAD add:

<script>
  AJS.toInit(function(){
    AJS.$('#poweredby li:not(:first)').hide();
  });
</script>

This would customisation would be retained on upgrade.

Also, read Editing the Footer

3 votes
Colin Goudie
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.
January 13, 2012

In your confluence installation directory you could modify your confluence/decorators/includes/footer-content.vm and remove it.

Or you could build a plugin (or add some custom Javascript to global html) to hide the #footer div with JQuery

Dan Moran January 15, 2012

Thanks, Colin! The Custom HTML works great! Dan

0 votes
Dan Moran January 15, 2012

Oops, looks should I should have been thanking David! (I saw the Colin link at the top of David's answer.)

Anyway, I appreciate the quick reply from you both.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events