hi team, how can i remove the choice for all users to change their user interface, i want all to default to classic and no one can change their user interface.
tia. Tech-new
On 12/02/2013 04:14 AM, tech wrote:
hi team, how can i remove the choice for all users to change their user interface, i want all to default to classic and no one can change their user interface.
Add 'skin' to 'dont_override' option array and set 'skin' to 'classic'.
Hi Alek,
I have this on my config for skin, how can add the 'skin' to override option array? Sorry im still a newbie on this.
# more main.inc.php |grep skin
| any later version with exceptions for skins & plugins.
|
$rcmail_config['skin_logo'] = null;
$rcmail_config['skin_include_php'] = false;
// skin name: folder from skins/
$rcmail_config['skin'] = 'classic';
On 2013-12-02 15:28, A.L.E.C wrote:
On 12/02/2013 04:14 AM, tech wrote:
hi team, how can i remove the choice for all users to change their user interface, i want all to default to classic and no one can change their user interface.
Add 'skin' to 'dont_override' option array and set 'skin' to 'classic'.
On 12/02/2013 01:03 PM, tech wrote:
Hi Alek,
I have this on my config for skin, how can add the 'skin' to override option array? Sorry im still a newbie on this.
$rcmail_config['dont_override'] = array('skin');
Hi Alek, Its working now. Thanks a lot.
Cheers. Tech
On 2013-12-02 20:08, A.L.E.C wrote:
On 12/02/2013 01:03 PM, tech wrote:
Hi Alek,
I have this on my config for skin, how can add the 'skin' to override option array? Sorry im still a newbie on this.
$rcmail_config['dont_override'] = array('skin');