I found that tinymce module can load tinymce js for default theme bluemarine of drupal 5.1, but it can not load js for the new garland theme and goofy theme which I ported from 4.7 by myself.

Comments

Kodeart’s picture

Confirmed. Using 4.7 with my custom theme (based on blumarine). Other modules works with this theme of mine :|

Morris Singer’s picture

Had the same problem on my sites using a theme I ported from 4.7. The problem is that in 5.x, you need to put this line at the top of your page.tpl.php file to load js:

print $scripts

Otherwise, the scripts don't get added to the page.

By the way, neglecting to put this line in your page.tpl.php file doesn't just break tinyMCE. It breaks loading an JS that you wish to load through a call to drupal_add_js()

kreynen’s picture

Status: Active » Closed (works as designed)

This is not a problem with the module, but a problem with the theme. I suggest you post the issue there.