cancel
Showing results for 
Search instead for 
Did you mean: 

change dashlet titles

gerryr
Champ in-the-making
Champ in-the-making
How do I change the dashlet titles?

I would like to remove the word 'Site' from in front of everything.

So instead of something like 'Site Search' it would just say 'Search'.

Same for the other dashlets.

3 REPLIES 3

deepak1987
Star Contributor
Star Contributor
Hi,

To achieve this, copy following files from folder \tomcat\webapps\share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\components\dashlets\

calendar.get_<Locale>.properties,
colleagues.get_<Locale>.properties,
docsummary.get_<Locale>.properties,
site-activities.get_<Locale>.properties,
site-data-lists.get_<Locale>.properties,
site-links.get_<Locale>.properties,
site-notice.get_<Locale>.properties,
site-profile.get_<Locale>.properties,
site-search.get_<Locale>.properties

to \tomcat\shared\classes\alfresco\web-extension\site-webscripts\org\alfresco\components\dashlets

and change "header" label in each property file. Then restart the server. You're done.. Smiley Happy


gerryr
Champ in-the-making
Champ in-the-making
I just tried this method and restarted Tomcat but when I view one of my sites the Dashlets still have 'Site …' in the name even though I've removed that from label.header lines in the web extension copies.

To clarify I've removed it from files such as calendar.get.properties.

Or is it necessary to remove it from every one of the language variants?



gerryr
Champ in-the-making
Champ in-the-making
Ok, I just tested the language variants and yes, you have to remove it from each language variant file.

This is now working.