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
@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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.