I use a code to set a customized page as the dashboard:
<div class="dashboard-group left">
<div class="dashboard-item welcome-message">
$action.welcomeMessage
</div>
$helper.renderConfluenceMacro("{include:Dashboard:dashboard_content|nopanel=true}")
</div>## left
My question: Does it still work for Confluence 5.3.4?
You're right. I didn't read your code properly. I'm using 5.3.1 and it still works so I assume it'll still work in 5.3.4.
Hi Steve,
I guess this does the same thing:
$helper.renderConfluenceMacro("{include:Dashboard:dashboard_content|nopanel=true}")
Isn't it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What I do is build a page and then include that into the dashboard instead.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.