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

martijn de wit’s picture

The 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.

faqing’s picture

Status: Active » Closed (fixed)

Thank 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')) {

Project: » Lost & found issues

This issue’s project has disappeared. Most likely, it was a sandbox project, which can be deleted by its maintainer. See the Lost & found issues project page for more details. (The missing project ID was 116265)