• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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