Pb with fckeditor
stefU2 - July 4, 2007 - 08:52
| Project: | itheme |
| Version: | 5.x-1.5 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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 ?

#1
Same problem
#2
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