cancel
Showing results for 
Search instead for 
Did you mean: 

removing 'getting started'......

kwantm
Confirmed Champ
Confirmed Champ
Hi,

Iam looking for a way on removing the "getting started" dashlet from the "my alfresco" page for ALL users at once instead of per users config.

Can this be done and how do I do this?

Regards,

Marc
2 REPLIES 2

kevinr
Star Contributor
Star Contributor
Yes that can be done in 2.1, add/modify the following config block to your web-client-config-custom.xml:

   <config evaluator="string-compare" condition="Dashboards">
      <!– Dashboard layouts and available dashlets for the My Alfresco pages –>
      <!– see http://wiki.alfresco.com/wiki/User_Configurable_Dashboards –>
      <dashboards>
         <!– configuration of the default dashlets to display when users login for the first time –>
         <!– if this config is removed, then no dashlets will be shown by default –>
         <!– overides of this config should redefine the entire list, not assume additions to it –>
         <default-dashlets>
            <dashlet id="getting-started" />
            <dashlet id="tasks-todo" />
         </default-dashlets>
      </dashboards>
   </config>
The items in the 'default-dashlets' block are what you want to edit.

Sorry i have not documented it on the wiki yet.

Thanks,

Kevin

kwantm
Confirmed Champ
Confirmed Champ
for the information..


regards,

Marc