Roundcube Community Forum

 

Changing Page Title

Started by eight_bit, April 08, 2010, 01:32:13 PM

Previous topic - Next topic

eight_bit

Is there any way of changing how RoundCube makes it <title> content? I don't want it to say RoundCube Webmail :: Inbox, I'd prefer something like Inbox - [email protected]

qnrq


SouthTxTek

I'm new to Roundcube too like 8_bit here. How does one modify their skin file? I have a setup that was done by someone a few years ago who is long gone now and the company name has changed. The people here would like our webmail to reflect the new company name and NOT the old one.

qnrq

Quote from: SouthTxTek;26742How does one modify their skin file?

See: Doc_Skins

JohnDoh

southtxtek: have you tried just changing the product_name in your config file? take a look in /config/main.inc.php, look for $rcmail_config['product_name']
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

eight_bit

Okay when I look in the skin it shows the page title as being generated by:


I want to change how RC generates that object

qnrq


maniekandan5

short simple answer : /etc/roundcube/config.inc.php
edit this attribute:
original..
$rcmail_config['product_name'] = 'Roundcube Webmail';
change to..
$rcmail_config['product_name'] = $_SERVER['HTTP_HOST'];

Ref : https://vvcares.com/blog/2020/02/how-to-change-roundcube-webmail-title-login-details