Page 1 of 1

Customizing Roundcube for branding

Posted: Thu Aug 07, 2014 4:50 am
by dustindauncey
Hi there,

Wanting to set a default skin and replace the Roundcube logo with my another logo. How can I do this?

I have searched a bunch in Roundcube but I cannot locate some of the files they are referring to plus I read somewhere about Vesta having its own version of Roundcube in its repository, which leads me to think maybe this is already a customized version and I cannot follow the guides I have found.

Can anyone point me in the right direction on where I can make these types of changes to set a new default skin and replace the Roundcube logo?

Re: Customizing Roundcube for branding

Posted: Mon Aug 11, 2014 7:39 pm
by energytech
try this - /usr/share/roundcubemail/skins/

Re: Customizing Roundcube for branding

Posted: Wed Aug 13, 2014 1:05 pm
by keir
Hello.

In Roundcube config file (main.inc.php) you can set up variable $rcmail_config['skin_logo'].

Example:

Code: Select all

$rcmail_config['skin_logo'] = 'https://www.google.com/images/logos/google_logo_41.png';
In ubuntu installation this file can be found in /etc/roundcube/ (or /var/lib/roundcube/config)

Re: Customizing Roundcube for branding

Posted: Tue Aug 19, 2014 4:07 am
by dustindauncey
keir wrote:Hello.

In Roundcube config file (main.inc.php) you can set up variable $rcmail_config['skin_logo'].

Example:

Code: Select all

$rcmail_config['skin_logo'] = 'https://www.google.com/images/logos/google_logo_41.png';
In ubuntu installation this file can be found in /etc/roundcube/ (or /var/lib/roundcube/config)
Thank you so much - that worked! :-)

Re: Customizing Roundcube for branding

Posted: Wed Sep 24, 2014 6:36 pm
by Gordon55M
Has anybody had success uploading a new roundcube theme on an install that is on Vesta CP?

I tried both googie_larry and litecube and can't get either to show up in the: settings --> preferences --> sectiom --> user interface area in webmail. I also tried changing "$rcmail_config['skin'] = 'larry';" to "$rcmail_config['skin'] = >> 'googie_larry';" in main.inc.php. I've cleared cache in browsers as well and tried on Chrome, Safari, and FireFox.

Any thoughts? I know this is more a Roundcube type question than a Vesta CP one, but I am wondering if maybe there is some conflict between Vesta and Roundcube in this regard.