In your txt file you say...
PHP Code:
-------------------------------------
| In admin/config.php find: |
-------------------------------------
?>
-------------------------------------
| above it add: |
-------------------------------------
// which users are allowed to edit the admin usernames
$caneditadmin = "all";
// if they cant edit admins, can they edit them selves?
$caneditadminself = true;
// admins that are protected from others editing them
$protectedadmins = "1";
// can the protected admins edit them selves?
$protectedadminsself = true;
Did you actually mean to say
below it add:?
LOL see the next two posts... Thanks for straightening me out scsa20
BTW it works perfectly.
Thanks,
W596