• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Change Welcome to Horde

Kanagaraj

Basic Pleskian
Welcome to Horde!

How do I modify the Horde greeting ("Welcome to Horde!")?
in Windows plesk 7.6
We Have Done in linux 8.0.1

Kanagaraj
 
Hi, to do this edit the following file ...

C:\Inetpub\vhosts\webmail\horde\config\registry.php

On line 62 you will see ...

'name' => _("Horde"),

Change horde to you company name (eg. My Company)

It will then show "Welcome to My Company"
 
Originally posted by renleon
Hi, to do this edit the following file ...

C:\Inetpub\vhosts\webmail\horde\config\registry.php

On line 62 you will see ...

'name' => _("Horde"),

Change horde to you company name (eg. My Company)

It will then show "Welcome to My Company"

Can we change like this, This change is Linux plesk7.5.4/8.0.1

Replace with:

'name' => _(preg_replace('/^webmail./', '', $GLOBALS['HTTP_SERVER_VARS']['SERVER_NAME']) ),


Thanks
Kanagaraj
 
Im not sure, ive only ever used a fixed name.

I would imagine it would work the same as the linux version.
 
Back
Top