cancel
Showing results for 
Search instead for 
Did you mean: 

Change Share Global header Help link

iseyfi
Champ in-the-making
Champ in-the-making
I am trying the modify the global header html template to remove the help link. Looking at the file, I see that it comes from config.scope.

According to wiki pages, config is ready by Configuration Service and the following files are used gather the information.

alfresco/webscript-framework-config.xml
alfresco/extension/webscript-framework-config-custom.xml
any webscript-framework-config-custom.xml found in the META-INF folder of any JAR on the classpath

I looked at the first 2 in my installation and I could not find it.

Does anyone know where the help link is set?

thanks
1 REPLY 1

iseyfi
Champ in-the-making
Champ in-the-making
It turns out it is located in

/opt/Alfresco/tomcat/webapps/share/WEB-INF/classes/alfresco/web-framework-config-application.xml.

got to it running find . -name *.xml | xargs grep "help-pages"