Can you provide more informations, such as the error message in the log?
Type: Posts; User: tdesorbaix; Keyword(s):
Can you provide more informations, such as the error message in the log?
The documentation is in the zimlet package.
Maybe you missed it because it was added afterwards for the version compatible with Zimbra 8.
Did you followed the zimlet installation instructions?
You must do the following before installing the zimlet :
Before deploying this zimlet, make sure you have done these following steps :
-...
I suppose you modified the template "prefs.Pages#General".
Did you correctly added the template file to the skins?
To add a template in a skin, you must add the file in the skin, but also notify...
No. I mean zimbra's source code :
https://wiki.zimbra.com/wiki/Building_Zimbra_using_Perforce
And there is a "javadoc" ant task in the package ZimbraServer .
If you are using ZCS 7.x.x, you should download zimbra source code and look at :
ZimbraServer/src/java/com/zimbra/cs/zclient
It is a part of zimbrastore.jar.
There is 2 solutions :
-Create a zimlet that will hide the settings and install the zimlet in mandatory mode
-Modify templates in your skins to remove/hide the settings.
For UI customization, you should look at skins and zimlets :
https://wiki.zimbra.com/wiki/Rebranding_Articles
https://wiki.zimbra.com/wiki/ZCS_6.0:Zimlet_Developers_Guide:Introduction
There is indeed a problem. But it doesn't come from the zimlet.
The bug come from zimbra that allow you to drag'n'drop items on zimlets when it shouldn't.
For information, the zimlet...
Nevermind, the zimlet was just released on the website.
Same link as usual :
zimlet save
Sorry, the zimlet was updated a long ago, but the person managing our website doesn't seem in a hurry to release it.
I can send you the zimlet by pm if you want.
Hi,
Yes, we have already corrected the problems with the zimlet but the new version is not released yet.
It should be available soon.
Regards,
You are welcome ;).
The Social zimlet is probably not the best choice as an example for using dwt items.
There is example of use for those items in the zimlet training.
Since your status indicate...
I don't see what is the difficulty on the form creation.
If you use an additional app, you can use as a base the example zimlet of the wiki : ZCS 6.0:Zimlet Developers Guide:Examples:Tab iFrame -...
REST allow you to get the full raw message.
To see what REST will get when you want to get a mail, right click on a mail, and select "show original".
This use REST to access your mail with an URL...
The ICS files are imported with REST, no?
the admin credentials should work to import with REST in another account.
Here is some informations on it on zimbra blog :
zcs-to-zcs migrations
In javascript you can get the current user with "appCtxt.getActiveAccount()", but it does'nt give you phone number or other information like this.
If those information are stored in your GAL, then...
If you just want a mail pre-formatted, doesn't the template zimlet from zimbra do what you want?
You would just need to set the template and give it to your users.
If not, we will need some more...
It's the app controller that manage tabs.
So here is how to change to calendar tab :
appCtxt.getAppController().activateApp("Calendar");
Just replace "Calendar" by the name of the app you want to...
The link in the gallery doesn't work?
Check this :
ThinkFree Office | Zimbra :: Gallery
You must add a boolean at "true" as a third parameter to setUserProperty to save the properties.
Version 1.2 of StarXpert:Save zimlet released!
This version fix the problem with Zimbra 7.2.
You can download it here :
Zimlet StarXpert:Save
Did you deployed the zimlet, or are you using the _dev folder?
The _dev doesn't install the traductions so when you make a change in the .properties files, you need to deploy the zimlet.
Did you define SIGN_MAIL_PREF as a String containing "SIGN_MAIL_PREF"?
If not, then the line should be :
var signit = appCtxt.getSettings().getSetting("SIGN_MAIL_PREF");
Hello,
It's weird you had no response.
I'm from StarXpert, so you can send me a PM with your contact informations, and I will investigate this matter.