Closed (works as designed)
Project:
TinyMCE
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2007 at 16:33 UTC
Updated:
21 Apr 2007 at 15:05 UTC
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
Comment #1
Kodeart commentedConfirmed. Using 4.7 with my custom theme (based on blumarine). Other modules works with this theme of mine :|
Comment #2
Morris Singer commentedHad 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 $scriptsOtherwise, 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()Comment #3
kreynen commentedThis is not a problem with the module, but a problem with the theme. I suggest you post the issue there.