The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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 Champions.
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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 Champions.
September 15, 2011

Thank you, Thomas.

TAGS
AUG Leaders

Atlassian Community Events