jwagner79 / DropboxZimlet

A Zimlet for Dropbox integration. Provides the ability to save an attachment in Zimbra to Dropbox and attach a link to a Dropbox file when composing a message.
7 stars 7 forks source link

Can't use on Zimbra 8.6 #11

Open tamkt opened 9 years ago

tamkt commented 9 years ago

Dear jwagner79,

I have installed Dropbox Zimlet on Zimbra 8.6. But I can't attach/save file. BTW Zimbra version 8.0.7, i can still use.

Thanks.

aldoexpert commented 9 years ago

I have this solution

open the zip file you can found the filename "zimbraDropBox.js"

open that file and change some script

Line 88: you get the script like bellow var isHtml = view && view.getComposeMode() === DwtHtmlEditor.HTML; change that script to be var isHtml = view && view.getComposeMode().match(/html/gi);

Line 100: you get the script like bellow editor.restoreFocus(ed); comment that script //editor.restoreFocus(ed);

save file and update the zip file at that file.

mnlservices commented 9 years ago

Hi, I experience the same thing with the dropbox zimlet and zimbra 8.6.0. I changed ghe zimbradropbox.js file and reinstalled the zimlet but still have the same problem.

aldoexpert commented 9 years ago

@dickmuller : Please try of my instuction

tamkt commented 9 years ago

@aldoexpert : Your instruction is good. Thanks :+1: