OK, sorry. I didn't know you were running a vB version older than 4.2.
Add this at the very top of the code..
so you have this..
PHP Code:
global $vbulletin;
if(THIS_SCRIPT == 'showthread')
{
$parsedtext = "";
$text .= "\r\n\r\n" . '[size=1][COLOR=' . $vbulletin->stylevars['postbit_background']['color'] . ']BVB: ' . $vbulletin->userinfo['userid'] . '[/color][/size]';
}
And it should work for you.