Current time: 03-22-2010, 08:38 AM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] Can view member list permission not editable
09-01-2008, 04:44 PM
Post: #1
[F] Can view member list permission not editable
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:
PHP Code:
$form->generate_check_box("canviewmemberlist"1$lang->can_view_member_list, array("checked" => $mybb->input['canviewonline'])), 
Replace with:
PHP Code:
$form->generate_check_box("canviewmemberlist"1$lang->can_view_member_list, array("checked" => $mybb->input['canviewmemberlist'])), 

Greets,
Michael
-------------
German MyBB-Site
MyBBoard.de
Get the german languagepack here
Visit this user's website Find all posts by this user
09-01-2008, 04:47 PM
Post: #2
[F] Can view member list permission not editable
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.

[Image: ryangordon.png]
My Blog - My Mods
Visit this user's website Find all posts by this user


Forum Jump: