Hi all,
we are using the Documentation theme and would like to change the footer. I have learned that the "powered by Atlassian" has to stay, what we would like to do is change the link for "Report a bug" to our own support. How can I achieve this? We are running Confluence 4.3.2.
Thanks,
Bruce
Add this to At the end of the HEAD in Confluence Admin | Look & Feel | Custom HTML
<script> AJS.toInit(function(){ AJS.$('a[href="http://jira.atlassian.com/secure/BrowseProject.jspa?id=10470"]').attr('href','http://yourjira/') }); </script>
Thanks that worked fine. We haven't got Jira (yet) so I used a mailto instead which suits exactly to our wishes. Thanks a lot.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Alternatively you may also edit the footer-content.vm file under <CONFLUENCE-INSTALL-DIR>/confluence/decorators/includes to customize/remove the link completely.
Kind regards,
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We might think about using this if we get more into Velocity etc. What stops me doing this is also that we are not updatesafe if I understood the documentation correct. But still thanks for your effort.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
This technically only requires to cahnge this line accordingly:
<li class="noprint"> &nbsp;&middot;&nbsp; <a href="$action.getText('url.bug.feature.request')" class="hover-footer-link">$action.getText('bug.feature.request')</a></li>
This is mainly HTML with a few variables, however the solution provided by Bruce is surely more clean and tidy, this is just a possible alternative :)
Cheers,
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just tried your advice and this works fine also. Itgives us the possibility to put our disclaimer at the bottom line.
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.