Doc downloads (PDF, HTML & XML)
[Crucible Knowledge Base]
Crucible administrators can customise 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:
The changes you make are applied immediately, without needing to restart Crucible.
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>
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>