Horde Client

Christian Funke funke at hiskp.uni-bonn.de
Thu Aug 27 14:40:18 CEST 2009


Am Donnerstag, 27. August 2009 14:35:12 schrieb Nazeer:
> Hi
> 
> I have tried the following again and it seems to take away the mode
>  selector but it's still logging into IMP instead of DIMP
> 
> Any suggestions?
> 
> Thanks
> 
> 
Did you add 

$_prefs['initial_application'] = array(
    'value' => 'dimp',
    'locked' => true,
    'shared' => true,
    'type' => 'select',
    'desc' => sprintf(_("What application should %s display after login?"), 
$GLOBALS['registry']->get('name'))
);

$_prefs['show_sidebar'] = array(
    'value' => false,
    'locked' => true,
    'shared' => true,
    'type' => 'checkbox',
    'desc' => sprintf(_("Show the %s Menu on the left?"), 
$GLOBALS['registry']->get('name', 'horde'))
);

to /kolab/etc/kolab/templates/webclient-config_prefs.php.template.?

Further on it might be neccessary to remove your prefs file 
/kolab/var/kolab/www/client/storage/[user at domain].prefs

Greets
Christian




More information about the users mailing list