Message-ID: <23494968.497.1711717986136.JavaMail.serveradmin@t01app> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_496_23580025.1711717986132" ------=_Part_496_23580025.1711717986132 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Changing Footer

Changing Footer

http://confluence.atlas= sian.com/display/DOC/Editing+the+Footer - explains how to modify the pr= operty files inside of a jar file.

Instead, I just keep it simple, edit ./confluence/decorators/includes/fo= oter-content.vm and comment the first instance of,

=20
$action=
.getText('licensefooter.community',[$action.getText('url.atlassian'), $acti=
on.getText('hitcounter.community'), $license.organisation])<br>
= =20

using #* text *#

=20
#*$acti=
on.getText('licensefooter.community',[$action.getText('url.atlassian'), $ac=
tion.getText('hitcounter.community'), $license.organisation])*#<br>=20

Just refresh your browser to see the change take effect.

I also found that commenting out the following gives more space,

=20
   =
 <!--ul id=3D"poweredby">
        <li class=3D"noprint">$action.getText('powered.by.atlassian.c=
onfluence',
            [$action.getText('url.atlassian.software.confluence.footer'),
            "<span id=3D'footer-build-information'>$generalUtil.versi=
onNumber</span>",
            $action.getText('url.enterprise.wiki.footer') ])</li>
        <li class=3D"print-only">$action.getText('printed.by.atlassia=
n.confluence',["$generalUtil.versionNumber"])</li>
        <li class=3D"noprint"><a href=3D"$action.getText('url.bug.=
feature.request')" class=3D"hover-footer-link">$action.getText('bug.feat=
ure.request')</a></li>
        <li class=3D"noprint"><a href=3D"$action.getText('url.foot=
er.atlassian.news')" class=3D"hover-footer-link">$action.getText('footer=
.atlassian.news')</a></li>
    </ul--> 
=20
------=_Part_496_23580025.1711717986132--