[imp] Re: side bar in IMP

Jie Gao J.Gao at isu.usyd.edu.au
Mon Apr 18 18:44:30 PDT 2005




On Mon, 18 Apr 2005, John H. Bennett III wrote:

> Date: Mon, 18 Apr 2005 20:25:39 -0500
> From: John H. Bennett III <bennettj at thebennetthome.com>
> To: imp at lists.horde.org
> Subject: [imp] Re: side bar in IMP
>
>
> But I seem to get the Horde login page instead of IMP's login page when I
> try to log into IMP. How can this be done?
>
> Thanks,
>
>
> Jie
>
>
> Jie,
>
> Again look in horde/confg/prefs.php
>
> // what application should we go to after login?
> $_prefs['initial_application'] = array(
>     'value' => 'imp',
>     'locked' => false,
>     'shared' => true,
>     'type' => 'select',
>     'desc' => sprintf(_("What application should %s display after login?"),
> $GLOBALS['registry']->get('name'))
> );
>
> This is the global setting.  If you don't lock this, then users can change
> it as well.
>
> Everything you have asked for is in the pref.php file(s)

Thank you very much! I'll look into that file.


Jie


More information about the imp mailing list