22Nov/070
Howto install a theme in Zimbra
For the people that like to install some brand new themes in Zimbra:
- Download the file and unpack it on your server
- Copy the theme directory ( for example "fields" ) to the theme directory
cp fields/ /opt/zimbra/tomcat/webapps/zimbra/skins/ -R
- Make zimbra familair with the new theme by running
zmprov mcf +zimbraInstalledSkin <theme_name>
- Stop and start the server by running:
zmcontrol stop && zmcontrol start
Your theme should now be accessible ( if the COS allows you to! )