I want to replace my dashboard by our own page. I tried to change the Home site web page, using a dedicated dashboard, but it's doesn't works well. The URL is changed and the left side bar still appear (and it's not easy to remove it).
So I decide to used the include macro in the global layout and remove the defaut content.
But when I use it, my page isn't format correctly (I have section and columns inside this page). The columns are badly manage.
Here the code I put in the global layout:
<div class="dashboard"> <div class="dashboard-section"> #if ($mode == "dashboard") #parse ("/decorators/includes/dashboard-navigation.vm") #requireResourcesForContext("dashboard") #rssautodiscovery($action.rssDescriptor) #permitSearchEngines() <div class="dashboard-group left"> $helper.renderConfluenceMacro("{include:DAS:HomeLeft}") </div>## left <div class="dashboard-group right"> $helper.renderConfluenceMacro("{include:DAS:HomeRight}") </div>## right #else
....
And here the code of my page that will be the dashboard:
{section}{column:width=50%} Insert your introduction text here {spaces} {column}{column:width=50%} {recently-updated:width=100%|types=page,news,comment|spaces=*} {favpages} {column}{section}
When I do this, the both columms are display vertically and not horizontally. There is a big empty column on the right, and all content are write in the left column.
How to avoid this problem ? There is a css style to change ?
thanks.
Not off the top of my head, but you do have to modify the global and layout decorators. Feel free to poke around the CSS. We basically overrode the standard styles with our own column layout.
Yes, you're going to have to change the CSS quite a bit to get rid of the Confluence look-and-feel. It's not terribly easy, but if you have a decent designer, it's definitely doable. Our dashboard looks like a "regular" web site. You can see it here: http://devcenter.verivo.com
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Take a look on
https://marketplace.atlassian.com/plugins/com.simplenia.confluence.plugins.customdashboards
It's a nice plugin, the only disadvantage is that the settig of the user homepage not always work.
https://bitbucket.org/simplenia/custom-dashboards-for-confluence/issue/4/new-filtering-rule
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.