Many of us do not prefer welcome widget on home page.
We will show you way to remove this widget/dashlet on alfresco 4.x version
welcome dashlet looks like below
Go and edit following file :
#step:1
#step:2
open file and find condition
#step:3
#step:4
refresh share side webscript
#step:5
refresh alfresco share page for dashlet (it now disappear)
Ghanshyam Rathod
We will show you way to remove this widget/dashlet on alfresco 4.x version
welcome dashlet looks like below
Go and edit following file :
#step:1
<alfresco_home>/tomcat/webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/dashlets/dynamic-welcome.get.html.ftl
#step:2
open file and find condition
<#if showDashlet>
#step:3
make it <#if false>
#step:4
refresh share side webscript
#step:5
refresh alfresco share page for dashlet (it now disappear)
Ghanshyam Rathod
No comments:
Post a Comment