Roundcube Community Forum

 

How to set default theme?

Started by massimo2022, February 08, 2024, 10:41:20 AM

Previous topic - Next topic

massimo2022

Hi all,

after upgrading the webmail have "elastic" as default theme.

I'd need "larry" as default for all emails addresses.
Is there a way to set the default theme for everyone?

thanks

massimo

SKaero

In <RC root>/config/config.inc.php add the following setting:

// Skin name: folder from skins/
$config['skin'] = 'elastic';


You can also set the following setting if you want to disable any skins:

// Limit skins available for the user.
// Note: When not empty, it should include the default skin set in 'skin' option.
$config['skins_allowed'] = [];

gregharkins

when looking at the below text
change elastic to larry

and if you everyone to only get larry
change [] to 'larry'