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
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

ursus@drupal.ru - October 15, 2007 - 18:40

Same problem

#2

jwolf - March 29, 2008 - 18:34
Component:Miscellaneous» Code
Category:support request» bug report

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

 
 

Drupal is a registered trademark of Dries Buytaert.