Forums » Suggestions

Automagically add </i> </b> etc to the end of a post.

May 18, 2012 yodaofborg link
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.
May 18, 2012 Pizzasgood link
don't forget the </u>

Though it shouldn't be that hard to just implement a correct solution using a stack or something.
May 18, 2012 DivisionByZero link
In case you didn't notice - it messes with the forum buttons at the bottom as well.