Customizing Roundcube for branding
-
- Posts: 26
- Joined: Sat Jul 26, 2014 7:32 am
- Contact:
Customizing Roundcube for branding
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?
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?
-
- Posts: 11
- Joined: Fri Jul 18, 2014 7:56 am
Re: Customizing Roundcube for branding
try this - /usr/share/roundcubemail/skins/
Re: Customizing Roundcube for branding
Hello.
In Roundcube config file (main.inc.php) you can set up variable $rcmail_config['skin_logo'].
Example:
In ubuntu installation this file can be found in /etc/roundcube/ (or /var/lib/roundcube/config)
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';
-
- Posts: 26
- Joined: Sat Jul 26, 2014 7:32 am
- Contact:
Re: Customizing Roundcube for branding
Thank you so much - that worked! :-)keir wrote:Hello.
In Roundcube config file (main.inc.php) you can set up variable $rcmail_config['skin_logo'].
Example:In ubuntu installation this file can be found in /etc/roundcube/ (or /var/lib/roundcube/config)Code: Select all
$rcmail_config['skin_logo'] = 'https://www.google.com/images/logos/google_logo_41.png';
Re: Customizing Roundcube for branding
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.
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.