Hi
I just intalled Drupal 5.3. I've been using drupal for a long time along with TinyMCE and never had this problem. I installed the module, everything seems to be working fine except that the TinyMCE javascripts don't get included in the head of my html.
I'm using the Garland theme for creating and editing nodes, so it can't be a problem of my custom theme. As a result of this TinyMCE is not working. Any ideas?
PHP 5.2, Drupal 5.3, 5.x-1.9-1 version of the module.
Don't hesitate to write for further questions.
Regards,
Peter.
Comments
Comment #1
cindyr commentedI'm having the same problem, in my custom (hunchbaque-based) theme as well as in the Garland theme. Both themes have the
print $scriptsline in the head. I upgraded to Drupal 5.3 - I'm in the midst of setting up the site and can't get it to work.I also upgraded a different zen-trevor themed site to Drupal 5.3 -tinymce works fine there. I uploaded that same theme to this new site, both using Drupal 5.3 and the same theme now, tinymce still doesn't work. It's set to show for my role on ALL pages right now for testing purposes, and I'm using the admin account which does have permission to use it.
Comment #2
spyjournal commentedi had the same problem
i added this code in the head of the page.tpl.php file
print $scriptsthen it worked fine
Comment #3
psiska commentedHi
No, this is not the same problem. You most probably had a custom theme made that did not include the $scripts, but i'm using the default Garland theme for testing and it definitely has the $scripts printed:
In the rendered html, the TinyMCE js is just not getting loaded:
Someone from the developer team, any ideas?
Comment #4
psiska commentedI solved this problem.
I was logged in as admin but didn't set my account to me member of the group "administrator". So in your case, check if you're in the group that you set to have tinymce permissions.
Regards,
Peter.
Comment #5
psiska commentedclosed.