[imp] make imp the post-login page?

Rene Lund Jensen lundeman@tbkol.dk
Wed, 16 Jan 2002 00:30:30 +0100


> I would like to make the IMP page load immediately after login,
> instead of the horde summary page.
>
> Right now, /index.html is a redirect to /horde/index.php. I thought
> about changing that redirect to /horde/imp/index.php but then I don't
> get the application icons at the bottom of the page.  I would like to
> keep the icons at the bottom, if possible.
>
> Does anyone have a quick solution to this?
>

I don't think there is a quick solution because as far as I remember it's
not possible to have the bottom menubar without going thru Horde summary.

But you can put buttons for the various app's in each app's menubar.
(fx. in imp/config/conf.php you put 'turba', 'knonolith' etc. in the
menubar).

To get imp as your loginpage, the following should work:
( I did it with IMP 2.2 but haven't done it with 3.0, yet.)

You set your serverroot to point to /horde/imp.

last you edit horde/conf/registry.php and set the various webroot, and
cookiepath.

I think you have to use imp for horde authentication for this to work.

René Jensen