05-14-2018 03:23 PM
Hello,
I changed the title of the pages in the browser by changing the file slingshot.properties in:
page.title = newName & raquo; {0}
But when I do a search, the page that returns the result returns the name Alfresco in the browser tab, could someone help me by telling me where I need to change so that the name on the search page is also changed?
This only happens on the results screen when I search, whether it is normal or advanced search. On all the other screens I have tested, I have changed the name.
05-16-2018 07:29 AM
Hi
Advance search page is Aikau pages (faceted search), Aikau page has its own resource bundle file. In-order to change the title for this page, You need to change 'faceted-search-config.page.title' property in following file,
/home/alfresco/tomcat/webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/share/pages/faceted-search/faceted-search-config.get_en.properties
Hope this would be helpful
Jayesh Prajapati
www.enprowess.com
05-16-2018 11:04 AM
Thanks for the replyJayesh Prajapati
I looked at the file that you indicated but I did not find anything with the name 'Alfresco'.
faceted-search-config.page.title = Search Manager
I believe this is not the item to be changed.
05-17-2018 02:49 AM
Hi
I think now I got you. You may want to check similar thread on same context. Change the Page title of alfresco 5.0
See if that helps!
09-10-2021 04:30 AM
If anyone would be still interested - the manjrak's answer is still valid (Alfresco 6.1) but you can also modify faceted-search-config.get.js instead of just faceted-search.get.js to change also Search config page.
And a little clue I did not know earlier: if you create a Share extension module with <customizaiton> tag, your files are not overridden but applied after the original files. That means you can write only your own lines of code, you do not need to copy the whole original file (then it would be executed twice).
Explore our Alfresco products with the links below. Use labels to filter content by product module.