Hi all, is it possible to change text on alfresco community web pages, for example text of tab names(Shared files etc..)?Thanks!
You might start by looking at the Share source code. You can grep for "Shared Files" and find the places where it is set.
Once you've decided to make a change you can extend or override one or more web scripts to make the change. You can learn more about web scripts in my tutorial or by reading the docs.
There is no way to do it without some amount of code.
Hi Milovan,
Adding in to Jeff 's ans most of the label are coming from this file "\tomcat\webapps\share\WEB-INF\classes\alfresco\messages\slingshot.properties"
So you can override this property file and get your custom label..
Alfresco support Internationalization so if you are using any other language plz change respective properties file.
Thanks
Shyam Ghodasra.
Hi,
I did grep "Shared Files" within all files in alfresco installation and change it to my custom text and it appeared in gui on all places except on main many, it is still there.
So, where label from main menu can be changed? Maybe it is hardcoded?
Best regards,
Hi,
I did grep "Shared Files" within all files in alfresco installation and change it to my custom text and it appeared in gui on all places except on main many, it is still there.
So, where label from main menu can be changed? Maybe it is hardcoded?
Best regards,
For the texts in the main menu you will have to search for them in the aikau project, here GitHub - Alfresco/Aikau: Aikau UI framework
Thank you very much, I found jar file aikau-1.0.101.10 in my alfresco installation. I suppose I should search there?
Berst regards,
Draško
Thank you very much Douglas, I did it making changes in aikau-1.0.101.10.jar files and everything works fine.
Best regards
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.