I cannot get wysiwyg editors to run with the No Koala! theme. I am using version 5.x and everything else has been running flawlessly. I know it was made for 4.7.x and yes, it works with other themes.

I am still new in the community,
thank you for any help or suggestions :)

Tim Badolato

Comments

L5eon’s picture

I have TinyMCE (http://drupal.org/project/tinymce) working with Drupal 5.1 and the No Koala! theme. Have you tried that one? Don't think I had to do anything special to make it work, except making sure to install both components of it and configure it in all the 3 or 4 places where you have to mess with it (modules, blocks, somewhere else perhaps... can't remember).

L5eon’s picture

Sorry... Just remembered the one special thing you need to do to make TinyMCE work in No Koala!:
In page.tpl.php, find in the HEAD section:

  <?php print $head; ?>
  <?php print $styles; ?>

...and add after those:

  <?php print $scripts; ?>
twsanders’s picture

Status: Active » Fixed

Thanks so much for this bit of info it saved me from having to switch to a nother theme when I liked this theme very much. THANKS FOR THIS ITS MUCH APPRECATED.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.