Roundcube Community Forum

Release Support => Release Discussion => Topic started by: jacobdu215 on April 20, 2015, 12:05:00 AM

Title: Perminately Change Skin
Post by: jacobdu215 on April 20, 2015, 12:05:00 AM
Hello,
I have roundcube installation and also have a skin for it. First off, I did do my research before posting. So I am trying to permanently  change the default skin from the Larry to my own. I understand main.inc.php was replaced by config.inc.php from the v1 update. So that configuration wont work. The theme README said to enter this line onto the config file:
$config['skin'] = 'litecube-f';
No luck with that. I even tried to rename folder of skin to larry and change the meta file. Then I got the 503 error xD. So does any expert know how to resolve this issue? Here are some System Detail in case you need it:
- Centos 6 64 Bit
- Installed using iRedMail Script
- 2GB RAM
- OpenVZ Virtualization
Thanks
Jacob
Title: Re: Perminately Change Skin
Post by: SKaero on April 20, 2015, 02:02:47 AM
Putting $config['skin'] = '<skin name>'; into the <RC root>/config/config.inc.php should change the default skin. When you do that does the login page change to the skins template?