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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | imce.patch | 5.25 KB | dwees |
Comments
Comment #1
dwees commentedI'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.
Comment #2
dwees commentedThis 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.
Comment #3
dwees commentedComment #4
drupalnesia commented5.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.