How to edit the footer in Confluence

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

プラットフォームについて: Cloud および Data Center - この記事はクラウドと Data Center 両方のプラットフォームに等しく適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

'Powered by Atlassian'

Under Atlassian's customer terms, Atlassian customers may not remove proprietary Atlassian attributions or notices that are present in the Products. This may include text like "Powered by Atlassian" in a Confluence footer.

目的

To change the footer text, follow the instructions in Modify Confluence Interface Text. You can specify additional configurations in /confluence/decorators/includes/footer-content.vm

ソリューション

(info) If the height of your footer is significantly greater than the default, you may need to add HTML to allow for the extra height of a custom footer.

If you need to revert to a former version, for example to restore the 'Powered By Atlassian Confluence' text, you can refer to the attached footer file.

Editing the version information in the footer
Please note that editing the version information displayed by Confluence is not recommended. If you alter the information it is harder for our support team to help you with any enquiries. Also note that there are other ways to determine the version of Confluence based on the files it exposes publicly and the URLs it generates, so removing the displayed version number is at best security by obscurity. If you still wish to edit this information, open the file /confluence/decorators/includes/footer-content.vmd. In the file there are several 'if' statements, because Confluence displays different footers for different license types. Find the one appropriate for your license and replace $generalUtil.versionNumber with the desired text. Please ensure that your changes do not break the EULA (end-user license agreement) you agreed to when Confluence was installed.

(info) It's also possible to insert a footer adding a Custom HTML script

    • Go to Confluence Administration
    • Select Custom HTML on the left panel, under the Look and Feel section
    • On the "At end of the body" box, insert the following code:

      <script>
      jQuery('#footer').prepend('<div style="margin:20px;" align="center">Footer text here</div>');
      </script>

関連トピック

Modify Confluence Interface Text
Changing the Look and Feel of Confluence

最終更新日: 2024 年 12 月 4 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.