Whatever I did on Friday disappeared today and I haven't been able to get it back. There is no brand on the Login or App areas. Zimbra is still in the Admin Console and I still don't know what to do about the themes.
I've created a subdirectory logos and put the login and app png files in there.
zimbra/skins/logos
I copied my log files into the subdirectories
_base\logos\
_base\logos\ZimbraInside
I also create the same directory and copied the same log files into the same locations in the ZimbraAdmin directory structure
I also copied the logos directory into the Lemongrass skin
What I'm doing.
1. As the Zimbra user, to change the URL link, type the following
zmprov modifyDomain <domain> <zimbraSkinLogoURL>[http://
urlexample.com]
I type:
zmprov md zimbra-amer-41.ignlab.amer.csc.com zimbraSkinLoginURL
COMPANY.com
2. To change the logo that displays on the login and splash screens, type
zmprov modifyDomain <domain> <zimbraSkinLogoLoginBanner>[/
zimbra/loginlogo_name.png]
I type:
zmprov md zimbra-amer-41.ignlab.amer.csc.com zimbraSkinLogoLoginBanner zimbra/skins/logos/logo450-100loginbanner.png
3. To change the logo that displays on ZWC main page, type
zmprov modifyDomain <domain> <zimbraSkinLogoAppBanner>[/
zimbra/bannerlogo_name.png]
I type:
zmprov md zimbra-amer-41.ignlab.amer.csc.com zimbraSkinLogoAppBanner zimbra/skins/logos/csclogo120-35appbanner.png
I type:
zmcontrol stop
zmcontrol start
====
I also did the steps 2 and 3 above, but used the zimbraAdmin directory instead of zimbra.
Just for giggles I also performed the
Deploying from a Pre-Packaged Binary Distribution
1. Open a terminal or dos window.
2. Log in as the Zimbra user:
su - zimbra
3. Tell the server about the new theme:
zmprov mcf +zimbraInstalledSkin themeName (replacing themeName with Lemongrass)
4. Restart the server:
zmcontrol stop
zmcontrol start
And you're done! You should now be able to log in and switch to the new theme in the Options screen.
No change.
I've also found the command:
zmprov flushCache skin
and gave that a whirl.
No change.
What am I missing