Discussion:
[RCU] Design larry
Andreas Meyer
2018-03-01 16:28:02 UTC
Permalink
Hello!

Is it possible to not let the user choose between the styles larry
and classic?

Kind regards

Andreas
--
PGP-Fingerprint: D392 5D21 0299 63D7 5BAE 4562 1E56 B2EA 81A2 59F1
Andreas Meyer
2018-03-01 17:08:34 UTC
Permalink
Post by Andreas Meyer
Is it possible to not let the user choose between the styles larry
and classic?
surely, my rpmbuild even removes "larry" before generating the package
in the %install section
$rcmail_config['skin'] = 'classic';
I have $config['skin'] = 'larry' already set. Nevertheless in the settings
one can choose between classic and larry style.

Andreas
--
PGP-Fingerprint: D392 5D21 0299 63D7 5BAE 4562 1E56 B2EA 81A2 59F1
A.L.E.C
2018-03-01 19:26:36 UTC
Permalink
Post by Andreas Meyer
I have $config['skin'] = 'larry' already set. Nevertheless in the settings
one can choose between classic and larry style.
Use $config['dont_override'] = array('skin');
--
Aleksander 'A.L.E.C' Machniak
Kolab Groupware Developer [http://kolab.org]
Roundcube Webmail Developer [http://roundcube.net]
----------------------------------------------------
PGP: 19359DC1 # Blog: https://kolabian.wordpress.com
Loading...