admin/doeditboard.php
admin/editboard.php
- change
code:
if ( ($user['U_Status'] != 'Moderator') && ($user['U_Status'] != 'Administrator')){
$html -> not_right ("You must be logged in, and be a valid
administrator or moderator to access this.",$Cat);
to
code:
if ($user['U_Status'] != 'Administrator'){
$html -> not_right ("You must be logged in, and be a valid
administrator to access this.",$Cat);
admin/menu.php
- remove the Forum Management section from the output (not essential, but it's cleaner to suppress the link since they aren't permitted to use it)
P.S Isn't the General Modifications forum the more appropriate place for this kind of post?