Quote:
Originally Posted by TilkiBey
gio~logist, will u answer my question?
there is an important BUG
i wrote in my old message
it ve to be fixed,i mean...
|
So it's just a matter of the "two" field not being spaced out?
Edit the "report pm" plugin and change the following:
PHP Code:
$tousers .= "[url=" . $bburl . "/member.php?u=" . $userid . "]" . $username . "[/url]";
To
PHP Code:
$tousers .= " [url=" . $bburl . "/member.php?u=" . $userid . "]" . $username . "[/url]";
Will update the zip in a bit ; )