Anyone know what the usergroup id for (COPPA) Users Awaiting Moderation is??
And i would assume all i'd have to do would be to add that into the code you have JohnM
<?php
include("./global.php");
if (!$bbuserinfo[userid] || $bbuserinfo[usergroupid]==1 || $bbuserinfo[usergroupid]==3 || $bbuserinfo[usergroupid]==?) {
show_nopermission();
}
eval("dooutput(\"".gettemplate("chat")."\");");
?>
Of course i'd replace the ? with whatever the coppa usergroup id is.
Thanks in advance