I installed both the htmlarea and fckeditor plugins into Drupal. With the Garland theme htmlarea works fine, but as soon as I switch themes to multiflex37, the body section of new content only shows am empty box where I can type html.

CommentFileSizeAuthor
#1 page.tpl_.php_.txt6.82 KBapastuszak

Comments

apastuszak’s picture

StatusFileSize
new6.82 KB

The following thread explains what the problem is:

http://drupal.org/node/158173

If we add the following code to the page.tpl.php file, fckeditor fires right up:

print $closure

I placed this code right above the closing body tag and FCKeditor fired right up for me. I have attached the updated page.tpl.php file that works for me. Please consider adding it to the current tarball.

apastuszak’s picture

Status: Active » Reviewed & tested by the community
boclodoa’s picture

also worked for me, the $closure seems to add a script who calls the substituting code.

Thanks apastuszak