Forums » Suggestions
Automagically add </i> </b> etc to the end of a post.
So that folks can't do this
One close tag at the end of every post made, regardless of tags should be a simple enough thing to do right?
$close = '</i></b>';
$post = $post . $close;
or something.
One close tag at the end of every post made, regardless of tags should be a simple enough thing to do right?
$close = '</i></b>';
$post = $post . $close;
or something.
don't forget the </u>
Though it shouldn't be that hard to just implement a correct solution using a stack or something.
Though it shouldn't be that hard to just implement a correct solution using a stack or something.
In case you didn't notice - it messes with the forum buttons at the bottom as well.