Search:

Type: Posts; User: tdesorbaix; Keyword(s):

Page 1 of 13 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    17
    Views
    1,516

    Can you provide more informations, such as the...

    Can you provide more informations, such as the error message in the log?
  2. Replies
    17
    Views
    1,516

    The documentation is in the zimlet package. ...

    The documentation is in the zimlet package.
    Maybe you missed it because it was added afterwards for the version compatible with Zimbra 8.
  3. Replies
    17
    Views
    1,516

    Did you followed the zimlet installation...

    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 :
    -...
  4. I suppose you modified the template...

    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...
  5. Replies
    4
    Views
    469

    No. I mean zimbra's source code :...

    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 .
  6. Replies
    4
    Views
    469

    If you are using ZCS 7.x.x, you should download...

    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.
  7. There is 2 solutions : -Create a zimlet that...

    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.
  8. Replies
    2
    Views
    384

    For UI customization, you should look at skins...

    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
  9. Replies
    17
    Views
    1,516

    There is indeed a problem. But it doesn't come...

    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...
  10. Replies
    17
    Views
    1,516

    Nevermind, the zimlet was just released on the...

    Nevermind, the zimlet was just released on the website.
    Same link as usual :
    zimlet save
  11. Replies
    17
    Views
    1,516

    Sorry, the zimlet was updated a long ago, but the...

    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.
  12. Replies
    17
    Views
    1,516

    Hi, Yes, we have already corrected the...

    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,
  13. Replies
    10
    Views
    2,467

    You are welcome ;). The Social zimlet is...

    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...
  14. Replies
    10
    Views
    2,467

    I don't see what is the difficulty on the form...

    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 -...
  15. REST allow you to get the full raw message. To...

    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...
  16. The ICS files are imported with REST, no? the...

    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
  17. Replies
    1
    Views
    771

    In javascript you can get the current user with...

    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...
  18. Replies
    10
    Views
    2,467

    If you just want a mail pre-formatted, doesn't...

    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...
  19. Replies
    2
    Views
    589

    It's the app controller that manage tabs. So...

    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...
  20. Replies
    2
    Views
    939

    The link in the gallery doesn't work? Check...

    The link in the gallery doesn't work?
    Check this :
    ThinkFree Office | Zimbra :: Gallery
  21. Replies
    2
    Views
    830

    You must add a boolean at "true" as a third...

    You must add a boolean at "true" as a third parameter to setUserProperty to save the properties.
  22. Replies
    73
    Views
    44,856

    Sticky: Version 1.2 of StarXpert:Save zimlet released! ...

    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
  23. Replies
    2
    Views
    520

    Did you deployed the zimlet, or are you using the...

    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.
  24. Did you define SIGN_MAIL_PREF as a String...

    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");
  25. Thread: CMIS zimlet

    by tdesorbaix
    Replies
    3
    Views
    1,229

    Hello, It's weird you had no response. I'm...

    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.
Results 1 to 25 of 319
Page 1 of 13 1 2 3 4