Adding a Page to the List of Spaces on the Dashboard

Kay Brown
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 18, 2011

Is it possible to add a page to the list of spaces on the dashboard?

Thank you and regards,

Kay

1 answer

1 accepted

1 vote
Answer accepted
Thomas Wendel
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 31, 2011

Hello Kay,

It is quite easy to add a link just above of below the list of spaces:
- In the Confluence administration, go to Layouts and edit the Global Layout.
- Look for the following lines:

<div class="dashboard-section">
$helper.renderConfluenceMacro("{spaces}")
</div>

- You can add your link just above or below that piece of code:

$helper.renderConfluenceMacro("[This is a link above the space-list|SpaceKey:This is a test]")
<div class="dashboard-section">
$helper.renderConfluenceMacro("{spaces}")
</div>
$helper.renderConfluenceMacro("[This is a link below the space-list|SpaceKey:This is a test]")

- Alternatively, instead of rendering a wiki link, you can of course use a HTML link:

<a href="http://www.google.com">Click here to visit Google</a>

I hope this is what you were looking for
Cheers,

Thomas

Kay Brown
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 15, 2011

Thank you, Thomas.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events