Sure it is, go into /admin/user.php
Find
PHP Code:
// ###################### Start Remove #######################
if ($action=="remove") {
Add below:
PHP Code:
if (($bbuserinfo[userid]!=1 AND $bbuserinfo[userid]!=3)) {
echo "<p>You cannot edit profiles.</p>";
cpfooter();
exit;
}
I dont really get your second request, but. That should do what you want.
[edit] I think its if (($bbuserinfo[userid]!=1 OR $bbuserinfo[userid]!=3)) ... it might be AND. I get mixed up with those things... And I changed my mind, I set it at and... eurgh *head hurts*
Actually, dont trust that. lol, firefly or someone else, can you tell me if its OR or AND? @_@;