When choosing the IMCE integration, and enabling IMCE on the edit-body textarea, when you upload an image, it throws an exception when you try and chose the image (which is supposed to pass the image url to the textarea).

Not sure of the solution, my guess is we have to submit a patch to the IMCE project so that our initialization function is used when the OpenWYSIWYG module is enabled and the editor is active on the page.

CommentFileSizeAuthor
#2 imce.patch5.25 KBdwees

Comments

dwees’s picture

I've got this integration working, and as expected it requires a modification of IMCE. I'll post a patch of both here as soon as I get a chance. It's not a perfect solution, but it's a vast improvement.

dwees’s picture

StatusFileSize
new5.25 KB

This is a patch to the IMCE module to allow it to send images inline to the OpenWYSIWYG editor. It assumes you are using IMCE from the link beneath the textarea, and does not in any way modify the image insert button offered by the editor.

dwees’s picture

Status: Active » Needs review
drupalnesia’s picture

Status: Needs review » Closed (fixed)

5.x-1.4:
New: Built in Image File Browser!

No need IMCE module. We will extent the File Browser, including: Upload, Delete, Resize, Create Folder, Predefine Folder, etc.