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
Comment #1
ursus@drupal.ru commentedSame problem
Comment #2
jwolf commentedThe theme's page.tpl.php is missing:
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