cancel
Showing results for 
Search instead for 
Did you mean: 

faceted-search form application title

douglascrp
World-Class Innovator
World-Class Innovator
Hey.

I'm trying to customize Share's application title to the customer name.

I did so by replacing the property bellow on a custom properties file:

page.title=Customer Title » {0}

Share's title is working ok with the custom text, except for the faceted-search form.
When I access it, I still see "Alfresco" in the title bar.

I know faceted-search form is based on Aikau, so my question is, how can I fix this?

Thank you in advance.
3 REPLIES 3

ddraper
World-Class Innovator
World-Class Innovator
The "alfresco/header/Title" widget (http://dev.alfresco.com/resource/docs/aikau-jsdoc/Title.html) is responsible for setting the text in the title bar. In recent versions of Aikau (possibly not in the version shipped with 5.0.d) there is an additional attribute called "browserTitlePrefix" which has the default value of "Alfresco". You can extend Aikau pages and update the configuration of the Title widget to set an alternative prefix.

douglascrp
World-Class Innovator
World-Class Innovator
Nice.

I'm going to give it a try later.

Thank you so much

douglascrp
World-Class Innovator
World-Class Innovator
I was looking at the 5.0.c source code, and I saw the "Alfresco >>" text hardcoded into Title.js:

document.title = "Alfresco \u00bb " + this.label; // Set the browser title