No but that could easily be tweaked by changing this:<br /><br />if ((!strstr($user['U_Groups'],"-5-")) && ($user['U_Status'] != "Administrator")) {<br /><br /><br />To this:<br /><br />if ((!strstr($user['U_Groups'],"-5-")) && ($user['U_Status'] != "Administrator") && ($user['U_Status'] != "Moderator")) {<br /><br />That should do it. <img src="/forum/images/graemlins/wink.gif" alt="" />