Version: 1.00, by Xenon
Developer Last Online: Oct 2023
Version: 2.2.x
Rating:
Released: 08-08-2002
Last Update: Never
Installs: 78
No support by the author.
With this Hack your Mods can edit really everything of a user account, nearly as much as an Admin can! (Changing usergroups....)
But it is very customizable, too. If you don't want em to change usergroups, then they can't. Or you can define which usergroups they can move the users into..
Also if you add if-clauses in the front section to the hack, you can customize it to which of your mod can modify which fields..
this block in front of the hack code defines nearly everything you need to customize the hack:
$canedit[profilefields]=1;
$canedit[timefields]=0;
$canedit[options]=1;
$canedit[addresses]=1; // HP, Email, ICQ, AIM ...
$canedit[signature]=1;
$canedit[title]=0;
$canedit[name]=1;
$canedit[avatars]=1; // 0 Cant edit, 1 Can edit, 2 Can upload custom avatars
$canedit[changegroups]=0; // Mods can move users from one group to another (just groups included in $canedit[usergroupids])
$canedit[usergroupids]="1 2 3 4 10 11"; // Which usergroups can be edited
Screenshots in following Posts
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
it's just a copy&paste job, if you look into admin/user.php and copy the part you need for postcounts
i won't add anymore features into the vb2 version of this hack, new features would be added to the vb3 version, once this will be written by me
I looked in the admin/user.php file to see if I could find the part that I needed to copy & paste and didn't see anything jump out at me, but I'm a total n00b so that's to be expected!
With this Hack your Mods can edit really everything of a user account, nearly as much as an Admin can! (Changing usergroups....)
But it is very customizable, too. If you don't want em to change usergroups, then they can't. Or you can define which usergroups they can move the users into..
Also if you add if-clauses in the front section to the hack, you can customize it to which of your mod can modify which fields..
this block in front of the hack code defines nearly everything you need to customize the hack:
$canedit[profilefields]=1;
$canedit[timefields]=0;
$canedit[options]=1;
$canedit[addresses]=1; // HP, Email, ICQ, AIM ...
$canedit[signature]=1;
$canedit[title]=0;
$canedit[name]=1;
$canedit[avatars]=1; // 0 Cant edit, 1 Can edit, 2 Can upload custom avatars
$canedit[changegroups]=0; // Mods can move users from one group to another (just groups included in $canedit[usergroupids])
$canedit[usergroupids]="1 2 3 4 10 11"; // Which usergroups can be edited
Screenshots in following Posts
Xenon, could you please add the option for the moderator to be able to moderate new registrations?