![]() |
John VanDyk has been innovating with information technology for more than 20 years. Read more... |
FCKEditor toolbar will not appear - solution
Submitted by John on Thu, 2008-01-24 11:12
When using FCKEditor as a WYSIWYG editor in Drupal, if you've double-checked all your settings and you can't get the formatting toolbar to appear, check to make sure that your template (e.g. page.tpl.php) is printing out the $closure variable. Thanks, latentdabbler.
Topic:
- Log in to post comments
Comments
FCKeditor / drupal
Thanks for the tip. This was driving me nuts, couldn't understand where the problem was!
I did a view source of the rendered page and was even seeing the FCKeditor initiated but still nothing was rendered. I just added
<?php print $closure; ?>
after </html> in the page.tpl.php file of my theme.
thx for help, i've been also
thx for help, i've been also searching for the fix:)