cancel
Showing results for 
Search instead for 
Did you mean: 

MySites Dashlet in Non-Private Site

gojko
Champ in-the-making
Champ in-the-making
Hello,

is there a way to place MySites widget on Non-private sites? I have modified the default landing page, so it leads to another site, but there is no way to place links there. I presume some ftl needs to be copied somewhere?
2 REPLIES 2

lementree
Champ on-the-rise
Champ on-the-rise
Hi,

You need to override <strong>tomcat\webapps\share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\components\dashlets\my-sites.get.desc.xml</strong> file to show in site dashlets too.Add one more family tag to desc file as below, so it will be visible in customize site dashboard page.

<webscript>
   <shortname>My Sites</shortname>
   <description>Component used to list sites a user belongs to</description>
   <family>user-dashlet</family>
   <family>site-dashlet</family>
   <url>/components/dashlets/my-sites</url>
</webscript>

gojko
Champ in-the-making
Champ in-the-making
Thanks much, worked like a charm !
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.