Closed (won't fix)
Project:
Wysiwyg
Version:
5.x-1.0
Component:
Editor - TinyMCE
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2009 at 17:17 UTC
Updated:
7 Mar 2009 at 00:48 UTC
tinymce with imce drupal 5.x does not match
Comments
Comment #1
sunYou failed to describe your issue.
Also: http://drupal.org/project/imce_wysiwyg
Comment #2
ikarusweb commentedownload: imce_wysiwyg-6.x-1.x-dev.tar.gz
but i use drupal 5 and ther's no release.. someone can help me?
Comment #3
shanep commentedRunning 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!
Comment #4
mortu commentedEasy way just comment tinymce module check
if (!imce_integrate('tinymce', 'check') && /*module_exists('tinymce') && */ variable_get('imce_settings_tinymce', 1) && strpos($header, 'tiny_mce'))
Comment #5
jimmb commentedHello -
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