Post Formatting Question
Ok, since I've imported all my posts from phpBB they're all default formatted with Text only.
Is there anyway I can run a query that will update and change them to use a different format, such as the HTML one, or BBCode?
Is there anyway I can run a query that will update and change them to use a different format, such as the HTML one, or BBCode?
0
This discussion has been closed.
Comments
UPDATE LUM_Comment SET FormatType='Html';
that will update EVERYTHING to html format.