Author Topic: Changing Page Title  (Read 7040 times)

Offline eight_bit

  • Newbie
  • *
  • Posts: 7
Changing Page Title
« 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
« Last Edit: July 22, 2013, 03:04:13 PM by SKaero »

Offline qnrq

  • Jr. Member
  • **
  • Posts: 22
    • http://pipemail.org/
Changing Page Title
« Reply #1 on: April 12, 2010, 01:27:29 AM »
Modify your skin files.

Offline SouthTxTek

  • Newbie
  • *
  • Posts: 1
Changing Page Title
« Reply #2 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.

Offline qnrq

  • Jr. Member
  • **
  • Posts: 22
    • http://pipemail.org/
Changing Page Title
« Reply #3 on: April 13, 2010, 03:44:44 AM »
Quote from: SouthTxTek;26742
How does one modify their skin file?


See: Doc_Skins

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
Changing Page Title
« Reply #4 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']
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline eight_bit

  • Newbie
  • *
  • Posts: 7
Changing Page Title
« Reply #5 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

Offline qnrq

  • Jr. Member
  • **
  • Posts: 22
    • http://pipemail.org/
Changing Page Title
« Reply #6 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

Offline maniekandan5

  • Newbie
  • *
  • Posts: 4
Re: Changing Page Title
« Reply #7 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