MyBB Community Forums

Full Version: [F] A JS issue with toggling forum permissions in ACP [C-Michael83]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay i am sure theres a issue in the JS i am using Firefox 3.0.3 windows vista

here is what is going on in screencast

http://www.screencast.com/users/badchris...f3eec5c182
Can you PM me the HTML of that page? I can't seem to reproduce it
PM sent also i have more info with my test. (like it does it with other browsers and two diff computers)
If you want to test it on my board give me a PM and ill give you admin.
Yeh, can you also send me FTP info?
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
admin/modules/forum/management.php find (all 3 instances):

$perm_check = "";
$all_checked = true;
foreach($field_list as $forum_permission)
{

add before:

$all_check = "";
Cool thank you.