Forum Discussion
Lithium uses the user's login (username) all over the place - and this is just one example. The reason you see the login name in the browser tab is because it is included in the page's <title> tag.
I'm pretty sure you won't be able to change the initial content of the <title> tag with any out of the box customisations, so your only option at the moment is to use JavaScript, and execute it as early as possible (which means putting it in the 'Page Head Content' part of the skin wrapper).
Lithium professional services may have the ability to change the default title though.
Thank you nathan...
Regards,
Vishwajit
- ChiaraS10 years agoLithium Alumni (Retired)
Hi,
it's possible to change the page head title string via the Text Editor in Studio (see http://community.lithium.com/t5/Pages-and-layouts/Change-a-page-title/ta-p/72218 for more details).
You can customize that just for the ProfilePage if needed, you can add something like this:
page.head.title@page:ViewProfilePage = {0} User Profile Page {2}
or
page.head.title@page:ViewProfilePage = User Profile Page
Unfortunately it's not possible to pass additional variables there, so it will not be possible to add the first and last name with this approach. But if you have a title that works for all users, that would be ok.
Related Content
- 11 months ago
- 2 years ago
- 12 years ago
- 11 years ago