Hey all.
So I want to make a QUICK BBCode to produce a <hr> horizontal tag but without having to open and close anything.
I've got as far as trying to add:
Code:
$text = preg_replace('[line]', '<hr>', $text);
Somewhere in class_bbcode.php with some sucess.
But would someone be able to finish this off, ideally in a fashion so the code can be quoted again and isn't 'parsed away'?
That'd be cool.