TinyMCE with Wysiwyg API is not working at drupal 6.10. FCK editor as well.
It's working with drupal 6.9.
Can anyone help me regarding this problem please
Thanks you very much.
TinyMCE with Wysiwyg API is not working at drupal 6.10. FCK editor as well.
It's working with drupal 6.9.
Can anyone help me regarding this problem please
Thanks you very much.
Comments
Comment #1
sunIf Wysiwyg API does not work as expected, please
1) Remove all buttons/plugins from your Wysiwyg profile except bold+italic buttons
2) Test whether the editor appears
3) If not, temporarily disable (all) other contrib modules
4) Test again
5) If the editor appears, re-enable other contrib modules step-by-step to see who's guilty.
Comment #2
peti2006@googlemail.com commentedThanks for yr help.
The problem was my custom theme.
I put
print $closureat the bottom of the page.tpl.php and it's working now.Comment #3
peti2006@googlemail.com commented