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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | page.tpl_.php_.txt | 6.82 KB | apastuszak |
Comments
Comment #1
apastuszak commentedThe 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:
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.
Comment #2
apastuszak commentedComment #3
boclodoa commentedalso worked for me, the $closure seems to add a script who calls the substituting code.
Thanks apastuszak