tinymce with imce drupal 5.x does not match

Comments

sun’s picture

Status: Active » Closed (won't fix)

You failed to describe your issue.

Also: http://drupal.org/project/imce_wysiwyg

ikarusweb’s picture

ownload: imce_wysiwyg-6.x-1.x-dev.tar.gz

but i use drupal 5 and ther's no release.. someone can help me?

shanep’s picture

Title: tinymce with imce drupal 5.x does not match » IMCE Integration with WYSIWYG Module?

Running into a similar situation. Will the WYSIWYG module recognize IMCE if I add it to a certain folder? Or is there just no support for it yet? Any assistance is appreciate, thank you!

mortu’s picture

Easy way just comment tinymce module check
if (!imce_integrate('tinymce', 'check') && /*module_exists('tinymce') && */ variable_get('imce_settings_tinymce', 1) && strpos($header, 'tiny_mce'))

jimmb’s picture

Hello -

Similar question with getting IMCE to work in Drupal 5:

I've installed WYSIWYG API and placed the TinyMCE folder inside as required. I then added IMCE to /sites/all/modules and have enabled "image" at Site configuration > Wysiwyg.

When I click the Insert/Edit image icon, there is no browse for image icon there as would be expected.

I tried the fix for Drupal 6: http://drupal.org/node/287025 (substituting "imce_set_tinymce.js" for "imce_set_app.js") but it didn't work (as expected).

I don't see how #4 above helps, because if it isn't working now, how would commenting out that code yield anything different...?

Anyway, just throwing this out there in case anyone knows if and how Drupal 5 + Wsyiwyg API, + IMCE can actually work.

Jim