I'm a noob to both Drupal and to Tiny MCE. I installed Tiny MCE to my site and it seemed to be working just fine when I configured the buttons and set the permissions. But I have a problem when posting a blog entry, story or page. The Tiny MCE buttons show up at the top of the page, and I can use them when editing. But nothing shows up in the final post. For instance I made a test post and used the underline button for my text and uploaded a small gif file. Everything showed up in the editor but once I pressed submit than *poof* all the WYSIWYG stuff was gone. All I had was plain non-underlined text with no image.
Am I missing something simple? Can someone help me please? Thanks in advance for any advice you can give me.
Oh, by the way I'm using Drupal 4.7.
Comments
there is probably more to it
there is probably more to it than this but I have found that tinymce produced text looks ok when I use a phptemplate theme but not when I use a traditional one.
Change the input format when
Change the input format when you add the content to "Full HTML"
See this post for further info if you are still stuck: http://drupal.org/node/65349
Thanks so much!
That did the trick. Thank you!