I'm not entirely sure, but I wasn't aware that the "getpostbit" function store's what the usergroupid of the poster is...
If that is so, then try the following code:
Code:
if (ismoderator($thread['forumid']) or $post['userid'] == $bbuserinfo['userid']) {
eval("\$post[editreport] = \"".gettemplate('postbit_edit2')."\";");
} elseif ($bbuserinfo[usergroupid] == "6") {
eval("\$post[editreport] = \"".gettemplate('postbit_report2')."\";");
} else {
eval("\$post[editreport] = \"".gettemplate('postbit_report2')."\";");}
Satan