PHP Code:
if ($bbuserinfo[usergroupid]==X OR $bbuserinfo[usergroupid]==Y OR $bbuserinfo[usergroupid]==Z) {$invisible=0;}
Replace X, Y, Z with usergroupids
SQL query is:
UPDATE user SET invisible=0 WHERE usergroupid=X
Replace X with usergroupid of your newbie group and run this query more than once for every other usergroup you want to force to be visible..
and yw..