[F] Forum Management - Setting permisions (when all perms are 0) - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Community Archive (https://community.mybb.com/forum-106.html) +--- Forum: Archived Forums (https://community.mybb.com/forum-143.html) +---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html) +----- Forum: Archived Bug Reports (https://community.mybb.com/forum-74.html) +------ Forum: MyBB 1.4.2 (https://community.mybb.com/forum-100.html) +------ Thread: [F] Forum Management - Setting permisions (when all perms are 0) (/thread-41002.html) |
[F] Forum Management - Setting permisions (when all perms are 0) - Diogo Parrinha - 2008-11-26 When all permissions are unchecked: (in ADMINDIR/index.php?module=forum/management&fid=FID#tab_permissions) foreach($mybb->input['permissions'] as $gid => $permission) will not work: Warning [2] Invalid argument supplied for foreach() - Line: 1662 - File: admin/modules/forum/management.php PHP 4.3.11 (Linux) File: /admin/modules/forum/management.php Line: 1662 Function: unknown it might be only me but I can't seem to fix it :/ RE: Forum Management - Setting permisions (when all perms are 0) - Ryan Gordon - 2008-11-27 In /admin/modules/forum/management.php find:
replace with
[F] Forum Management - Setting permisions (when all perms are 0) - Ryan Gordon - 2008-11-27 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. With regards, MyBB Group |