Changing Default Dashboard Layout for all users
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2006 09:57 AM
What do you need to do to change the default dashboard configuration so that all users have the same admin given setup?
Thanks!
Thanks!
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2007 12:00 PM
in web-client-config-custom.xml, for example try this to have 2 colums by default:
I didnt have test im not sure its working.
To help you, take an eye to web-client-config.xml in alfresco.war to see how are define layout
<config evaluator="string-compare" condition="Dashboards"> <!– Dashboard layouts and available dashlets for the My Alfresco pages –> <dashboards> <layouts> <!– the mandatory "default" layout - will be used for all users initially –> <layout id="default" columns="2" column-length="4" image="/images/icons/layout_narrow_right_2column.gif" label-id="layout_narrow_right_label" description-id="layout_narrow_right_desc" jsp="/jsp/dashboards/layouts/narrow-right-2column.jsp" /> </layouts> <layout id="narrow-right-2column" columns="1" column-length="5" image="/images/icons/layout_single_column.gif" label-id="layout_single_label" description-id="layout_single_desc" jsp="/jsp/dashboards/layouts/single-column.jsp" /> </dashboards> </config>
I didnt have test im not sure its working.
To help you, take an eye to web-client-config.xml in alfresco.war to see how are define layout

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2007 11:10 AM
Added for 2.1: http://issues.alfresco.com/browse/CHK-594
