Roundcube Community Forum

Release Support => Release Discussion => Topic started by: philip_rhoades on March 03, 2012, 06:05:42 PM

Title: Getting Skin "larry" working
Post by: philip_rhoades on March 03, 2012, 06:05:42 PM
People,

I have installed v0.8beta and configured main.inc.php with:

  $rcmail_config['skin'] = 'larry';

which didn't work so also tried:

  $rcmail_config['skin_include_php'] = true;

but I still get the same old skin . .

Is there something else that needs to be done?

Thanks,

Phil.
Title: Getting Skin "larry" working
Post by: alec on March 04, 2012, 02:15:26 AM
Make sure that skins/larry directory exists. Then (if you have at least two skins) you should see skin selector in user preferences (User Interface).
Title: Getting Skin "larry" working
Post by: philip_rhoades on March 04, 2012, 06:13:20 PM
alec,

Quote from: alec;38330
Make sure that skins/larry directory exists.


It does of course - it is in the tar file.

Quote from: alec;38330
Then (if you have at least two skins) you should see skin selector in user preferences (User Interface).


I can select "Mail" and "Address Book" but "Settings" does not display anything.  In any case, why doesn't the config file work?

Thanks,

Phil.