yeah... i checked it a few times. can't figure it out..
your instructions ion the text file say $post[hidden].. not $post['hidden']
here is the part of functions.php
Code:
if (($bbuserinfo[usergroupid]==5 or $bbuserinfo[usergroupid]==6 or $bbuserinfo[usergroupid]==7) and $post[visible]=1) {
$post[hidden]='<br><b><u>This post is hidden!</u></b>';
} else {
$post[hidden]='';
}