MyBB Community Forums

Full Version: Display error in custom forum permission settings for guests in ACP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If you go to "Set custom permissions" for guests in ACP forum management, the "Miscellaneous" tab looks like this:


The error is caused by an typo in admin/modules/forum/management.php line 791.

if(!in_array($field['field'], $hidefields) &&...

should be
if(!in_array($field['Field'], $hidefields) &&...
Hi,

Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.

Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/4414

Thanks for contributing to MyBB!

Regards,
The MyBB Group