[imp] Some customizations
Thomas O'Brien
helpdesk at naprotek.com
Wed Dec 17 16:23:39 PST 2003
I edited /horde/config/registry.php changing the name string in the stanza
$this->applications['horde']
to read
(eregi_replace('^mail\.|^www\.|^www\.mail\.','Webmail for ',
$_SERVER['HTTP_HOST'])),
Not sure if this is the best way to go about achieving my goal however the
welcome screen now reads "Welcome to Webmail for mydomain.com".
I'm no PHP programmer so I wasn't able to figure out how to make the welcome
screen read something like "Welcome to mydomain.com Webmail Server". In other
words adding a string after the $_SERVER['HTTP_HOST'] is something I haven't
been able to figure.
Any insights are more than welcomed.
Thomas
Quoting Eric Rostetter <eric.rostetter at physics.utexas.edu>:
> Quoting Vikram <neurospora at eastlink.ca>:
>
>
> > > I'm using the current CVS of Horde/IMP with multiple domains. I'd like
> to
> > > customize the welcome page a bit. Is it possible to change the welcome
> > screen
> > > to read:
> > >
> > > Welcome to $vdomain Webmail
>
> If $vdomain is a changing variable (you have multiple domains) then you
> will probably need to change the source code to accomplish it (search
> the code for "Welcome to %s" and change the value used for %s to your
> $vdomain variable.
>
> If it is a static string, it is easy to change in a more proper way. You
> can probably also change it this way if it is dynamic, but it depends on
> how much php you know, what your goal is, etc.
>
> > > TIA
> > >
> > > Thomas
>
> --
> Eric Rostetter
> The Department of Physics
> The University of Texas at Austin
>
> Why get even? Get odd!
>
> --
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>
More information about the imp
mailing list