• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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