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.
you have to add an inputfield for the postcount and edit the updating sql query if you want your mods to be able to edit users posts counts.
If you want your mods to change admins into some other groups you can enable that feature?? but if you use the standart usergroups in the canedit variable it isn't possible for them
Xenon: I installed the hack and change to following
$canedit[profilefields]=1;
$canedit[timefields]=0;
$canedit[options]=1;
$canedit[password]=0;
$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]=1; // Mods can move users from one group to another (just groups included in $canedit[usergroupids])
$canedit[usergroupids]="5 6 7 8"; // Which usergroups can be edited
I get following as Supermod
Fatal error: Cannot redeclare usergroupchooser() (previously declared in
that error most of the time means you'Ve made an mistake while installing the hack, you have forgotten a } or something like.
Nothing wrong with the hack itself, just try to install it correctly and it'll work
Fatal error: Cannot redeclare usergroupchooser() (previously declared in /home/virtual/site3/fst/var/www/html/final/mod/user.php:204) in /home/virtual/site3/fst/var/www/html/final/mod/user.php on line 750
Fatal error: Cannot redeclare usergroupchooser() (previously declared in /home/virtual/site3/fst/var/www/html/final/mod/user.php:204) in /home/virtual/site3/fst/var/www/html/final/mod/user.php on line 750
05-11-03 at 03:27 PM Xenon said this in Post #111 you have to add an inputfield for the postcount and edit the updating sql query if you want your mods to be able to edit users posts counts.