Boofo try this then... open member.php
find:
PHP Code:
eval("\$forumactive = \"".gettemplate('getinfo_forumactive')."\";");
replace with:
PHP Code:
if($bbuserinfo[usergroupid] == 5 OR $bbuserinfo[usergroupid] == 6 OR $bbuserinfo[usergroupid] == 7) {
eval("\$forumactive = \"".gettemplate('getinfo_forumactive')."\";");
} else {
$forumactive = "";
}
that should do the trick

regards...
g-force2k2