Closed (fixed)
Project:
Lost & found issues
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Feb 2007 at 00:45 UTC
Updated:
7 Feb 2007 at 15:49 UTC
Jump to comment: Most recent
The old TinyMCE come back! Thanks for making this possible.
Some of the theme of Drupal 5 have impact on TinyMCe. For exmaple in Goldensun theme, the TinyMCE background is back and the text color is also black. It will be the best if there is a fixed them for Moxie.
Comments
Comment #1
martijn de witThe best way to fix this, is to select TinyMCE default css file instead off the Theme CSS file in the option screen.
This option is the lowest option when configuring Moxie Tinymce.
If this problem is still counting when the default Tinymce css is selected, plz specify your problem above.
Comment #2
faqing commentedThank you for your reply, Mirrorshade. I later found out the setting of CSS. Then Moxie is the best WYSIWYG editor for drupal. The only problem is the font side is too small.
Another thing need to mention is that one need to modify the IMCE module in order to use IMCE to upload images.
Need to change:
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')) {