I just install fckeditor and i've a problem with itheme. With defaults drupal themes, fckeditor run without problem, with iTheme, textarea don't transform in wysiwyg editor. I've controled in html source : line <.../fckeditor/...*.js> is correctly positioned. Do you know this problem ?

Comments

ursus@drupal.ru’s picture

Same problem

jwolf’s picture

Component: Miscellaneous » Code
Category: support » bug

The theme's page.tpl.php is missing:

<?php print $closure; ?>

Once you add the call to the $closure variable FCKeditor works correctly.

FYI: Add <?php print $closure; ?> before the closing body tag (</body>) at the end of page.tpl.php