bbcodeparse2() is completely unrelated to replacement variables... it's the general post parsing routine. You can't do str_replace()'ment on anything there...
The one in dovars() is most likely for the pm popup and only processed when there's a PM popup.
Replacement variables are done with str_replace() which is faster than preg_replace which is faster than ereg_replace()...
|