PDA

View Full Version : Allow COPPA to have a profile


salvador21
04-12-2012, 03:09 PM
Is it possible to let people in the user group COPPA Users Awaiting Moderation to have access to their user profile?

Thanks

Lynne
04-12-2012, 04:51 PM
Open member.php file and find and remove:
if ($userinfo['usergroupid'] == 4 AND !($permissions['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['cancontrolpanel']))
{
print_no_permission();
}

salvador21
07-20-2012, 11:53 AM
Open member.php file and find and remove:
if ($userinfo['usergroupid'] == 4 AND !($permissions['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['cancontrolpanel']))
{
print_no_permission();
}

Thanks

That works, but their profile doesn't show up in the member list.

Do you know how I can make that happen please?

Lynne
07-20-2012, 04:25 PM
Thanks

That works, but their profile doesn't show up in the member list.

Do you know how I can make that happen please?
You probably need to edit a query on the page. I haven't looked at it, but it's not that large of a file so I'm sure you should be able to find it.

salvador21
07-20-2012, 04:34 PM
I don't think I'd have any idea how to do that.