• 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

Horde customized index page

O

omegauser

Guest
Hi,

Did anybody has tried to cutomize the horde index page in plesk?

You know, to insert logos and colours.

Do you know how to?
 
Most of the horde configuration files are in /etc/psa-horde/horde. For instance, to change "Welcome to Horde" to "Welcome to yourdomain.com" you would edit /etc/psa-horde/horde/registry.php by changing the line:

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

To change themes, edit line 292 of /etc/psa-horde/horde/prefs.php (I use simplex)

To enable spellcheck, edit /etc/psa-horde/horde/conf.php by adding this line to the end:

$conf['utils']['spellchecker'] = 'usr/bin/aspell';

I'm sure there are many other changes that can be made here. Hope this helps.
 
Excellent, I will try that now. Thanks for the help.

And by the way, I solved the FTP problem by connecting thru SSH in root mode and change the hosts file for my IP address. That way the browser resolved the FTP.

Thanks.
 
Back
Top