Here is the hack
Edit newreply.php, find:
PHP Code:
if ($foruminfo['allowposting']==0) {
eval("standarderror(\"".gettemplate("error_forumclosed")."\");");
}
$visible=!$foruminfo[moderatenew];
AFTER that add:
PHP Code:
if ($bbuserinfo[usergroupid]==X AND $foruminfo['forumid']==Y)
{
$visible=1;
}
Replace X with expert's usergroupid and Y with forumid.. That's it..
Now experts can reply without moderation in that specific forum.
Enjoy!
Logician