cancel
Showing results for 
Search instead for 
Did you mean: 

How to hide RSS Feed

rock_tu
Champ on-the-rise
Champ on-the-rise
Hello Everyone
I want to hide a RSS Feed dashlets,Anyone can give me a solution? Thank you very much!
5 REPLIES 5

afaust
Legendary Innovator
Legendary Innovator


Hello,

simply remove all sections in the *.get.desc.xml of the dashlet (customization override in tomcat/shared/classes/alfresco/site-webscripts/org/alfresco/components/dashlets). Then it will no longer be available in the Customize Dashboard page.

Regards
Axel

rock_tu
Champ on-the-rise
Champ on-the-rise
Thank you very much!

sanket
Champ on-the-rise
Champ on-the-rise
Did that work ?
When I tried, it is not working by putting the files in tomcat\shared\classes\alfresco\web-extension\site-webscripts\org\alfresco\components\dashlets. Even after restarting server, it's not reflected.
Its working only if I make the changes in tomcat\webapps\share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\components\dashlets.

Alfresco version : 4.2.0

vamirr
Champ on-the-rise
Champ on-the-rise
I can't seem to get this working on 4.2.0 either.  

sanket
Champ on-the-rise
Champ on-the-rise
Its working if I make the changes in tomcat\webapps\share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\components\dashlets.
Try it.
Open the *.desc.xml file of the dashlet you want to hide.
Keep only the webscript element inside it.

<webscript>
</webscript>

Comment out or temporarily remove the other elements. Refresh the webscripts from
http://localhost:8080/share/page/index
Clear browser cookies.
And then try.
Although, the best approach is by putting the changes in extension environment.
(tomcat\shared\classes\alfresco\web-extension\site-webscripts\org\alfresco\components\dashlets)