Posted on: 01/19/04 12:19am
By: Anonymous (Whoosh!)
Wondering if someone might give a little guidance in hacking users.php.
I want to create two groups: one called "FLYERS" and another called FLYER ADMIN (which has user admin BUT NOT GROUP admin privileges).
If a user is a member of FLYER ADMIN he should be able to edit users. He should be able to see if the user is a member of the FLYER group (he should see no other group entries for the user). He should also be able select or deselect FLYER in the user's account.
I see where to do all this in user.php. It seems all I need to do is hide all groups (gotten by the SEC_getUsergroups call) but the FLYER group. But I don't know how to do this.
Is it very involved and would someone please drop a line or two to point me in the right direction to solving this problem? THANKS!