[imp] [IMP]how login directly to imp(h3 4.0.3)?

Ryan Flannery ryan.flannery at gmail.com
Mon Aug 22 10:01:08 PDT 2005


To prevent the sidebar from ever being shown, do the following....

Edit /horde/config/prefs.php

Find the stanza that begins as follows:
     $_prefs['show_sidebar'] = array(

Set 'value' equal to false and 'locked' equal to true.
So, it should look like the following:
$_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'))
);

With that, NO users of the horde system will ever see the sidebar,  
nor will they be able to.
Note: If you would like to give them the option of viewing the  
sidebar (from your emails, I guess not) then set 'locked' equal to  
false.

-Ryan


On Aug 22, 2005, at 11:30 AM, Matthew Isleb wrote:

>>>> Dan Brown <dan at familybrown.org> 08/22/05 7:45 AM >>>
>>>>
> Quoting Matthew Isleb <misleb at pnca.edu>:
>
>
>> Configure Horde to use IMP for authentication. The problem with this,
>> though, is that it still brings up the horde frameset. I am looking
>> for a way to go directly into IMP without the horde frameset.
>>
>
>
>>     Configure Horde to use IMP for authentication, as you said.  Also
>> configure Horde to turn off the Horde frameset (it's in the Menu
>> Settings tab of the horde config).  Then browse directly to IMP.
>>
>
> I have unchecked "always display frameset" (I don't think it was  
> ever checked) but I still get the frameset when I first log in to  
> IMP. After login, I can manually rewrite the URL to go directly  
> into IMP, but the initial login/redirect always brings me into the  
> Horde frameset.
>
> -matthew
>
>
>
> -- 
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org



More information about the imp mailing list