MyBB Community Forums

Full Version: [F] Can view member list permission not editable
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If you edit a usergroup you cannot change the permission for the member list. It's always set to 1.

Fix: Open the file admin/modules/user/groups.php and search for:
$form->generate_check_box("canviewmemberlist", 1, $lang->can_view_member_list, array("checked" => $mybb->input['canviewonline'])),
Replace with:
$form->generate_check_box("canviewmemberlist", 1, $lang->can_view_member_list, array("checked" => $mybb->input['canviewmemberlist'])),
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.