Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: eight_bit on April 08, 2010, 01:32:13 PM

Title: Changing Page Title
Post by: eight_bit on April 08, 2010, 01:32:13 PM
Is there any way of changing how RoundCube makes it
Code: [Select]
<title> content? I don't want it to say RoundCube Webmail :: Inbox, I'd prefer something like Inbox - account@hi.tld
Title: Changing Page Title
Post by: qnrq on April 12, 2010, 01:27:29 AM
Modify your skin files.
Title: Changing Page Title
Post by: SouthTxTek on April 12, 2010, 02:46:50 PM
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.
Title: Changing Page Title
Post by: qnrq on April 13, 2010, 03:44:44 AM
Quote from: SouthTxTek;26742
How does one modify their skin file?


See: Doc_Skins (http://trac.roundcube.net/wiki/Doc_Skins)
Title: Changing Page Title
Post by: JohnDoh on April 13, 2010, 01:00:26 PM
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']
Title: Changing Page Title
Post by: eight_bit on April 14, 2010, 02:36:20 PM
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
Title: Changing Page Title
Post by: qnrq on April 15, 2010, 07:45:27 AM
Quote from: eight_bit;26796
I want to change how RC generates that object



http://www.roundcubeforum.net/10-miscellaneous/33-roundcube-discussion/1680-page-title-help-needed.html
Title: Re: Changing Page Title
Post by: maniekandan5 on March 01, 2020, 05:15:28 AM
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