Author Topic: Perminately Change Skin  (Read 3716 times)

Offline jacobdu215

  • Newbie
  • *
  • Posts: 1
Perminately Change Skin
« 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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Perminately Change Skin
« Reply #1 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?