• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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