Edit postbit template and replace
PHP Code:
Posts: $post[posts]
As:
Edit admin/functions.php, find:
PHP Code:
$post[message]=bbcodeparse($post[pagetext],$forum[forumid],$post[allowsmilie]);
after add:
PHP Code:
if ($bbuserinfo[usergroupid]==6 OR $bbuserinfo[usergroupid]==5)
{
$post_num_var='Posts : '.$post[posts];
}
else
{
unset($post_num_var);
}
not tested, holler if it doesnt work..