Hi,
it it possible to get the LogoURL to automatically pop-up a new window when the user logs in. (at the moment it happens when the user clicks on the icon)
Hi,
it it possible to get the LogoURL to automatically pop-up a new window when the user logs in. (at the moment it happens when the user clicks on the icon)
yes, if its possible?
For now i changed the logo and the logo url and it still heading to www.zimbra.com !!!
Sure, its possible, but not exactly "easy" - you'll have to add some javascript code yourself to basically hook into the onload event handler for the document *or* add your code to the static "run" method in ZmZimbraMail (which does the same thing).
For example, you'll basically want to add something like this to the *end* of the run method:
Any direct changes you make to javascript files means you'll also have to redeploy the webclient (under /ZimbraWebClient, run "ant prod-deploy").Code:var newWin = window.open("http://www.myurl.com", "_blank");
There are currently 1 users browsing this thread. (0 members and 1 guests)