Quote:
Originally posted by countryboy713
can someone explain better how to do this for the mod CP also? i cant find
Code:
if ($bbuserinfo[userid]==0 and $checkpwd) {
in the global.php in the mod folder
|
after a quick look, i believe it should be enough if you follow the above instructions but look for
PHP Code:
if (!ismoderator() or !$permissions['canview']) {
instead
also, a few rows after this, you should see
PHP Code:
<?php
cpfooter();
exit;
}
you should *not* do anything past that

I'll verify it by fixing on my site.. gimme a few minutes