[imp] how to hide horde shortcuts ??

Saskia Vandamme Saskia.Vandamme@rug.ac.be
Tue, 19 Mar 2002 17:25:51 +0100 (MET)


In horde/templates/index/frames_index.inc

change:

<frameset rows="*,55" border="0">

into:

<frameset rows="*,0" border="0">

and in horde/config/registry.php you indicate that you want to login
immediately to horde.

It's also not very nice but your users have a clean url
( not this stuff: login.php?Horde=23bac69d8d5764dd8c8d6efe380faeed)


On Tue, 19 Mar 2002, Stephane Morand wrote:

>
> Well you can do.. but it's not a very nice way...
> For exemple I wanted to delete the 'horde' logo.. Here is
> horde/menu.php , about line 35..
>
>
>       if (!$opener) {
>             if ($params['name'] == 'Horde') {}
>             else { $moduletext .=
> Menu::createItem(Horde::url($params['webroot'] . '/' .
> (isset($params['initial_page']) ? $params['initial_page'] : '')),
>                                             $params['name'],
> $params['icon'], '', 'horde_main');
>            }
>         }
>         else {
> ..ect..
>
> Certainly not the right way but it works!!
>
> -Steph
>
>
> >
> > Have you looked in registry.php?
> >
> > Brad
> >
> >
> > On Mon, 18 Mar 2002, Leonardo Rodrigues wrote:
> >
> > >
> > >     Hello Guys,
> > >
> > >     I'm configuring a new server here and I'll use horde/imp for webmail.
> > > I've configured everything and I can successfully logon to IMP using
> > > http://machine/horde/imp/login.php .....
> > >
> > >     Altough, even logging directly to IMP, i'm getting the horde icons on
> > > the bottom of the screen.
> > >
> > >     Question is: How to disable those horde shorcuts ? They are, at least
> > > for me, completly unnecessary, as I'll be using ONLY imp.
> > >
> > >     Info: I'm using horde/imp downloaded from CVS as 03/18/2002 morning
> > >
> > >     Sincerily,
> > >     Leonardo Rodrigues
> > >
> > >
> > >
> >
> >
> >
> >
>
> --
> ------------------------------------------
> Stephane Morand
> Laboratoire PMC - Ecole Polytechnique
> 91128 Palaiseau cedex, France
> Stephane.Morand@polytechnique.fr
> Tel  +33 1 6933 4431   Fax +33 1 6933 3004
> ------------------------------------------
>
>
> --
> IMP mailing list: http://horde.org/imp/
> Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>