• 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 default settings in horde?

C

cyrus1u1

Guest
like default style, etc.? in which file can be set what's default or not?
 
Most of Hordes config files are in the /etc/psa-horde directory. Some of what you can do:

The theme can be changed in /etc/psa-horde/horde/prefs.php
The greeting can be changed in /etc/psa-horde/horde/registry.php
The trailer text can be changed in /etc/psa-horde/imp/trailer.txt
 
Where can be changed the loginpage? I mean the header.. and the message: "Welcome to Horde" ?
 
To change the "Welcome to Horde" line, edit the /etc/psa-horde/horde/registry.php file. Look for the line that starts with name=. Change the entire line to

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

To change the theme (skin) edit the /etc/psa-horde/horde/prefs.php file on line 292. I use "simplex" it's softer:
 
Originally posted by phoenixisp
To change the "Welcome to Horde" line, edit the /etc/psa-horde/horde/registry.php file. Look for the line that starts with name=. Change the entire line to

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

To change the theme (skin) edit the /etc/psa-horde/horde/prefs.php file on line 292. I use "simplex" it's softer:

Yeah I changed it to "Mozilla" which is also very nice. Mhmm I didn't get it.. I mean.. if I did change the language, it would also change the text, so where can I modify the phrase? Actually.. I just want to change it into "Welcome to Webmail"..
 
ok.. thanks.. and do you now where I can remove the HORDE-Logo and set the inbox as default when you log in.. so that not the horde-page comes first?!
 
Back
Top