Author: Helter » Fri Sep 21, 2007 2:02 pm
you would have to add them as founders, which would give them permissions equal to yours and you would not be able to edit thier accounts anymore.
open root/profilcp/functions_profile.php
find
- Code: Select all
$res = USER; if ( ($userdata['user_level'] == ADMIN) && ($userdata['user_id'] == 2) ) { $res = ADMIN_FOUNDER;
inline, find
- Code: Select all
2)
inline, after, add
- Code: Select all
|| ($userdata['user_level'] == ADMIN) && ($userdata['user_id'] == 3) || ($userdata['user_level'] == ADMIN) && ($userdata['user_id'] == 4) || ($userdata['user_level'] == ADMIN) && ($userdata['user_id'] == 5)
replace 3, 4 and 5 with the user id's of the admins you want to have founder priv's
Last edited by Helter on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
"Success is getting what you want. Happiness is wanting what you get." - Dale Carnegie