cancel
Showing results for 
Search instead for 
Did you mean: 

Hide 'site member' dashboard on each site project

hackenvn
Champ in-the-making
Champ in-the-making
Hi All

   Can anyone tell me where to look to remove "site members " windows  on each site project of every user 's dashboard in alfresco share 4.0 community ?

    Please check below image :

[img]http://125.253.112.42/hide-site-member.jpg[/img]


Thanks you very much
3 REPLIES 3

billerby
Champ on-the-rise
Champ on-the-rise
Hi,

There is a file called presets.xml in the share configuration. Look for the preset with id="site-dashboard" and remove the dashlet definition from there.

xml-snippet to remove supplied below:


         <component>
            <scope>page</scope>
            <region-id>component-1-1</region-id>
            <source-id>site/${siteid}/dashboard</source-id>
            <url>/components/dashlets/colleagues</url>
            <properties>
               <height>504</height>
            </properties>
         </component>

/Erik

davidcognite
Star Contributor
Star Contributor

hackenvn
Champ in-the-making
Champ in-the-making
HI

  Thanks for your solution .