editing the parsing part of the bbcodeparse() function did not work, .. however i just added a simple line of code at the end of the function to do the same thing:
PHP Code:
$bbcode=str_replace("<a href","<a class=post href",$bbcode);
w00t .. there's your red links joe =)