IMCE Integration with WYSIWYG Module?
ikarusweb - February 25, 2009 - 17:17
| Project: | Wysiwyg |
| Version: | 5.x-1.0 |
| Component: | Editor - TinyMCE |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Jump to:
Description
tinymce with imce drupal 5.x does not match

#1
You failed to describe your issue.
Also: http://drupal.org/project/imce_wysiwyg
#2
ownload: imce_wysiwyg-6.x-1.x-dev.tar.gz
but i use drupal 5 and ther's no release.. someone can help me?
#3
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!
#4
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'))
#5
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