Problems with formatting after disabling TinyMCE

edited July 2007 in Vanilla 1.0 Help
I don't need to use TinyMCE anymore, so I disabled it. As I thought, it screwed the formatting of all the comments. Is there an easy way to fix it? An SQL query to change the format to Html for all the comments? Maybe some better ideas?

Thanks in advance!

Comments

  • edited July 2007
    UPDATE `LUM_Comment` SET `FormatType`='HTML' WHERE `FormatType`='TinyMCE' (or whatever the tinymce format is..)
  • Thank you!
  • I'd backup the DB before trying that, just in case you forgot.
This discussion has been closed.