Project:Alina
Version:6.x-1.0
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:postponed (maintainer needs more info)

Issue Summary

The popular FCKeditor plug-in does not work with this theme. When FCKeditor is enabled and then click Create Content - any content, the FCKeditor tool bar does not appear as did in other themes.

Comments

#1

Status:active» postponed (maintainer needs more info)

Just checked this myself to see if it was a problem with the missing $closure variable, but that doesn't seem to be the case. FCKeditor works with this theme OMM.

#2

Actually, I think you were on the right track. I added the following to just before the body close tag in page.tpl.php and FCKeditor was happy again:

  <?php print $scripts ?>
  <?php print $closure ?>
</body>
AttachmentSize
page_tpl_php.patch 382 bytes
nobody click here