cancel
Showing results for 
Search instead for 
Did you mean: 

User Dashboard in alfresco share

krups
Champ in-the-making
Champ in-the-making
Hi All,

I am trying to customise dashboard for existing users and new user both.
Is there any way to add new dashlet without going into "customise dashboard" page?

Thanks in adv.
2 REPLIES 2

mitpatoliya
Star Collaborator
Star Collaborator
You need to create new preset.xml if you want to show your customize the set of default dashlets shown by-default on the user dashboard.
You need to follow the custom module approach which is recently introduced for customization in alfresco share.

zladuric
Champ on-the-rise
Champ on-the-rise
presets.xml is the way to setup the dashboard for new users. Check out the "user-dashboard" part of it, then extend it (so it doesn't get overridden if you upgrade alfresco).

As for existing users, you should use share sitestore directly - I think you can access it from repo console. You should go into each of the users' existing xml presets and change them and stuff, but that part is very tricky, so test it a lot first, I suggest.

Maybe there is a better way, but I don't know it.