Closed (fixed)
Project:
Lost & found issues
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
7 Feb 2007 at 15:58 UTC
Updated:
14 Feb 2008 at 14:32 UTC
Jump to comment: Most recent, Most recent file
One needs to modify the IMCE module in order to use IMCE to upload images.
Change (IMCE module line 11):
if (module_exists('tinyMCE') && variable_get('imce_settings_tinymce', 1) && strpos($header, 'tinyMCE.init')) {
To:
if (module_exists('moxie') && variable_get('imce_settings_tinymce', 1) && strpos($header, 'tinyMCE.init')) {
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | moxie.module.patch | 1.02 KB | ufku |
Comments
Comment #1
ufku commentedhey dont hack my module :)
The patch is a proposal that allows IMCE integration for moxie.
Comment #2
kvarnelis@drupal.org commentedit works great although IMCE's presence is very subtle. I had come up with the same patch but didn't think it was working in the pop up module. a second glance said that yes it is. time to upgrade all my sites to 5.1 ... at last!
Comment #3
mrtoner commentedThe browse button now appears, but I still don't get the Appearance and Advanced tabs in the "Insert/edit image" popup. No sure if this is a Moxie issue or an IMCE issue?
Comment #4
norrab2 commentedFinally! I looked for 3 days for this answer! :) I almost thought I'd have to give up on my Moxie :(
Comment #5
gregglesThe patch worked for me. I'm not 100% sure this is the right way, though.
Comment #6
techguy-1 commentedThe code on line 11 looks different now; I managed to get the 'browse' button by commenting out the entire if statement around it. I think the only acceptable patch until moxie and tinymce reconcile would be an additional if statement that detects either moxie, tinymce or fck.
Comment #7
faqing commented