Quote:
Originally Posted by TaskMaster 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