Customizing the welcome message

お困りですか?

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

コミュニティに質問

Crucible administrators can customize the welcome message that is displayed when Crucible starts by clicking Front Page Customization (under 'Global Settings') in the admin area.

You can provide either or both of:

  • a custom welcome message that is displayed to users when they first log in. 
  • a custom support message that also appears on the opening page, and which gives contact details for your own support organization.

The changes you make are applied immediately, without needing to restart Crucible.


Using HTML

The content in the welcome screen can be formated using basic HTML tables, image references or anchor tags, such as the following:

<a href="http://www.atlassian.com">Link to Atlassian Home Page</a>

Editing the config.xml file

You can also directly edit the XML file that contains the welcome and support messages. This file is called config.xml, and is located in the Crucible installation folder.

To do this, simply add the following XML tags to config.xml:

<content>
  <front-page-message>Example welcome message here</front-page-message>
  <support-message>Example support message here</support-message>
</content>
最終更新日 2017 年 9 月 12 日

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

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