I installed my website just fine.. but now tinymce wont show, I dont know what the problem is, is there a new theme requirement for tinymce to work with drupal 5? i am using my custom created theme that seems to otherwise work finw with both drupal 4 and 5.

www.cjnepal.org

Comments

agentrickard’s picture

Hey, prameya.

It looks like your aren't using Drupal's JavaScript loader. Your front page doesn't include drupal.js or any of the core Drupal JavaScript files.

Are you including all the JavaScript calls manually or using print $scripts in your page.tpl.php file?

If you don't use that line, then module files can't load their JS files. See http://drupal.org/node/11812.

The same is true for print $styles

(I am assuming that you updated to the 5.x version of TinyMCE.)

When upgrading, it's a good idea to test against the default theme first to see if anything broke...

--
http://ken.blufftontoday.com/
http://new.savannahnow.com/user/2
Search first, ask good questions later.