Allows use of HTML in posts.
[doHTML]<b>This text is bold</b>[/doHTML]This text is bold
- Copy the contents of
/uploadinto the root of your Xenforo installation. - From your control panel, go to the "install add-on" page. Upload
addon-shinka_dohtml.xmland submit the form.
- Strips out newlines-to-linebreaks so all line breaks must be explicitly declared with
<br/>. - Strips out
<script>...</script>tags to prevent malicious JavaScript.