Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #11 (permalink)  
Old 05-04-2007, 10:29 AM
Moderator
 
Posts: 6,237
Default

i'll check on steel and get back to you

ZmSetting.js:
For v4.x, look in ZmSetting.js located under /ZimbraWebClient/WebRoot/js/zimbraMail/share/model/
There is a constant (there is a bug to fix this) called "LOGO_URI" defining the url to use for the logo.
Once you modify this file, you'll have to redeploy the webclient:
- For example, under /ZimbraWebClient, run "ant prod-deploy" to deploy the production build.

Other notes-
ZimbraMail_all.js
(though this should have been fixed after 4.5.3/4):
. cd /opt/zimbra/tomcat/webapps/zimbra/js
. gzip -d -S .zgz ZimbraMail_all.js.zgz
. Edit ZimbraMail_all.js
. Search for the following setting: ZmSetting.INIT[ZmSetting.LOGO_URI]
. Change this value to your URL
. Save this File
. gzip -S .zgz ZimbraMail_all.js

also:

/ZimbraWebClient/WebRoot/skins/_base/base/base.html
logout_button : { style:"link", container:"quota" }
logout_button : { style:"link", container:"quota" },
This line might be missing:
logo : { url: "@LogoURL@" }

another thing to check:
/opt/zimbra/tomcat/webapps/zimbra/skins/_base/base_side/base.css logo property might be missing. So add the logo property in skin.hints.
skin.hints = {
app_chooser : { style:"chiclet", direction:"TB" },
help_button : { style:"link", container:"app_chooser" },
logout_button : { style:"link", container:"app_chooser" },
This line might be missing:
logo : { url: "@LogoURL@" }
}


Nothing like a bunch of different changes + the new skinning method...in 5.x you'll need to modify the skin.properties file for the skin you want to change. There should be a more comprehensive list 'theme/skin 2.0' changes once v5 is released.

Last edited by mmorse; 09-14-2007 at 01:30 PM.. Reason: combining a list of fixes for those comming later...just after 4.5.2 there was a lot of url fun
Reply With Quote
  #12 (permalink)  
Old 08-25-2007, 04:31 PM
Intermediate Member
 
Posts: 18
Default no changes

The URL is changed in the steel_subs.txt file but it did not change the logo at all.
Reply With Quote
  #13 (permalink)  
Old 08-27-2007, 09:20 AM
Former Zimbran
 
Posts: 5,606
Default

Hi
The login screen no longer uses the steel skin. It uses the sand skin- so, you're gonna want to edit the
/opt/zimbra/tomcat/webapps/zimbra/skins/sand/logos/LoginBanner.png

best of luck,
john
Reply With Quote
  #14 (permalink)  
Old 09-12-2007, 10:30 PM
Member
 
Posts: 10
Default

Hi mmb12345

In /opt/zimbra/tomcat/webapps/zimbra/skins/_base/base_side/base.css logo property is missed. So add the logo property in skin.hints.

skin.hints = {
app_chooser : { style:"chiclet", direction:"TB" },
help_button : { style:"link", container:"app_chooser" },
logout_button : { style:"link", container:"app_chooser" },
logo : { url: "@LogoURL@" }
}
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.