Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: mdixon18 on June 25, 2014, 11:39:04 AM

Title: Default Skin Change in RoundCube
Post by: mdixon18 on June 25, 2014, 11:39:04 AM
Hi,

I'm very new to Roundcube, in fact I have it through Plesk. I'm not sure if there is some form of administrator account by default or what but i'm looking to somehow change the default theme from Larry to a custom theme. Now i've looked into this main.inc.php file that people talk about but i don't seem to find it and if i create my own it doesn't seem to work.

Haven't really found much on this but i'd like to change the theme and make it the only accessible skin,

Thanks for reading,

Matt.
Title: Re: Default Skin Change in RoundCube
Post by: ABerglund on June 25, 2014, 01:53:41 PM
On the latest version, the file for custom config options is now config.inc.php. Add your skin declarations as:

$config['skin'] = 'custom_skin_name';