EVERYBODY USING APPLY THIS FIX NOW. There was a major security problem found. This stops the use of html and applies swear filering to the text.
Open functions_newpost.php
Find:
PHP Code:
// ### POST NEW THREAD ###
if ($type == 'thread')
{
Add Below:
PHP Code:
$post['threaddesc'] = htmlspecialchars_uni(fetch_censored_text($post['threaddesc']));
I will update the two install files to have this new change in v1.0.1. The only change will be this security update.