PDA

View Full Version : Moderated.


Tasking Mickey
07-15-2011, 06:40 PM
I think this was asked before, if not, I'll re-cap.

I'm trying to edit the COPPA (Users in Moderation) usergroup.

They cannot view their profile even if it's set to "Can View Member Info"

Anyway on how users in that usergroup CAN view their profile?

HMBeaty
07-15-2011, 07:43 PM
Try this, in member.php, find and remove
if ($userinfo['usergroupid'] == 4 AND !($permissions['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['cancontrolpanel']))
{
print_no_permission();
}
This has not been tested (was just a quick scan through the file)

Tasking Mickey
07-15-2011, 08:43 PM
Try this, in member.php, find and remove
if ($userinfo['usergroupid'] == 4 AND !($permissions['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['cancontrolpanel']))
{
print_no_permission();
}
This has not been tested (was just a quick scan through the file)
Your quick scan was correct.

Thanks in bunches.

HMBeaty
07-15-2011, 08:49 PM
Your quick scan was correct.

Thanks in bunches.
No problem :D