Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
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.