PDA

View Full Version : Super Mod - Edit access to member profile?


Mustang5ohhh
01-29-2003, 08:47 PM
I've looked all over for this hack. I can't find it.

What I'm looking for:

To give Super Mod status but to prevent them from having the ability to see the members e-mail addy in the profile. I've undone the Access CP and View IP functions but I don't see the option for e-mail addys.

I want them to be able to access the Mod Panel in case they have to Ban a member.

Is there a way to do this without hacking? If not ... is there a hack?

Thanks in advance.

younghistorians
01-29-2003, 10:22 PM
yes, go to groups, then edit the supermod group, then scroll down to has access to panel or something like that, and select yes(its the last option)

Mustang5ohhh
01-29-2003, 10:28 PM
Already done that.

drives fast
01-30-2003, 02:12 AM
I think you can look in user.php in the mod directory and find this:
makeinputcode("Email Address","email",$user[email],0);

and replace it with this:
// makeinputcode("Email Address","email",$user[email],0);

that should exclude the e-mail address field from the mod panel (should) un-tested

Mustang5ohhh
01-30-2003, 02:15 AM
Thanks ... I'll try it and see.

I appreciate the response. Let you know.

Mustang5ohhh
01-30-2003, 01:55 PM
Works great ! Thanks for the help. I appreciate it.

I'm not that far into my PHP book yet ... seems simple enough.

Thanks again.