FCKEditor toolbar will not appear - solution

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.

[ Submitted by John on Thu, 2008-01-24 12:12. | | ]

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.

[ Submitted by Charlie (not verified) on Sun, 2009-05-03 13:42. | ]

thx for help, i've been also

thx for help, i've been also searching for the fix:)

[ Submitted by Anonymous (not verified) on Tue, 2009-07-28 10:00. | ]

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question tests your humanity.