Thread: Add Themes
View Single Post
  #13 (permalink)  
Old 05-04-2007, 12:04 PM
mmorse mmorse is offline
Moderator
 
Posts: 6,236
Default How to install themes

Quote:
Originally Posted by TaskMaster View Post
I downloaded the hotrod theme. I copied it into the directory where the other themes are. I restarted my server, but that did ot make teh theme available.

What do I have to do to make the new theme available?
unzip to /opt/zimbra/tomcat/webapps/zimbra/skins/
(in your case /hotrod)

su zimbra

then just just zmprov mcf +zimbraInstalledSkin hotrod
to remove it's zmprov mcf -zimbraInstalledSkin <skintoremove>

OR
To get a list of the currently installed skins:
zmprov gcf zimbraInstalledSkin
then:
zmprov mcf zimbraInstalledSkin <skin1> zimbraInstalledSkin <skin2> etc...
but for this method you'd need to list ALL the skins you want to include, the ones you don't want should be left off the list. (if you fail to list even the currently installed ones it actually uninstalls them)

you may neeed a tomcat stop/start after the zmprov mcf sometimes

Last edited by mmorse; 10-28-2007 at 06:07 PM.. Reason: cleaned up
Reply With Quote