So I have a textarea I have added to newthread page, and the data posted, is returned within the post with the following variable.
Code:
<div><font size="1"><pre>$post[mod_changelog]</pre></font></div>
I have wrapped it in a pre tag to prevent html, but this can easily be taken advantage of.
How can I make it like the default textareas? so the textarea
1. does not allow html
2. allows bbcode
been scratching my head for a couple days on this one.