Databases Reference
In-Depth Information
To restore the default welcome message, perform the following steps:
1.
Browse to the Administration Console ( Administration | Confluence Admin ).
2.
Select Global Templates from the left-hand side menu.
3.
Click on the Reset to Default link to the right of Default Welcome Message .
Removing the Get Started text
By default, the Confluence dashboard displays a quick-start guide for administrators
under the site welcome message. This guide is only visible to Confluence
administrators and system administrators. A system administrator can update or
remove it by editing the site layout as follows:
1.
Browse to the Administration Console ( Administration | Confluence Admin ).
2.
Select Layouts from the left-hand side menu.
3.
Choose Create custom or Edit next to Global Layout . The Edit option will
be available if the global layout has already been customized, otherwise you
need to use the Create Custom link.
4.
Locate the following section in the code and remove or edit it accordingly:
#if($permissionHelper.isConfluenceAdministrator($remoteUser))
<div class="dashboard-item wiki-content">
<h2>$i18n.getText("getstarted.heading")</h2>
<ol id="dashboard-get-started">
<li class="create-space">
<h3><a href="$req.contextPath/spaces/createspace-start.
action">$i18n.getText("getstarted.add.space")</a></h3>
<p>$i18n.getText("getstarted.add.space.desc")</p>
</li>
<li class="add-users">
<h3><a href="$req.contextPath/admin/users/browseusers.
action">$i18n.getText("getstarted.add.users")</a></h3>
<p>$i18n.getText("getstarted.add.users.desc")</p>
</li>
<li class="user-profile">
<h3><a href="$req.contextPath/users/editmyprofilepicture.
action">$i18n.getText("getstarted.choose.profile.picture")</a></
h3>
<p>$i18n.getText("getstarted.choose.profile.picture.
desc")</p>
</li>
</ol>
</div>
#end
 
Search WWH ::




Custom Search