cancel
Showing results for 
Search instead for 
Did you mean: 

Site Links dashlet for Personal Dashboard

xzibit12
Champ in-the-making
Champ in-the-making
I know the Site Links dashlet is only available on the Site Dashboard, is it possible to add the Site Links dashlet on your personal dashboard? I have a requirement to have it available on the user's personal dashboard. Is there any workaround or plugin to install?
1 REPLY 1

nenad982
Champ on-the-rise
Champ on-the-rise
Hi all,

    I also have this requirement. My client wants to have user's links dashlet on the user dashboard. I looked in the Alfresco's code, and as I saw there will be a plenty of work to create this customization. All services that are related to Site Links dashlet (crate link, delete link, update link…) are using linkService. LinkService has been written only for site links, and all methods are infected with site properties. If we want to create this customization, we have to create our custom LinkService that will give us services for links on User Dashboard, few web scripts have to be reimplemented for link managing, there are also view link and edit link pages that have to be created with associated client side js.

    Is there any  easier solution for this customization or this is the only way?


Thanks in advance…