MyBB Community Forums

Full Version: [Bug] Posts Required to View Forums
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If you know the tid of thread you can use it to reply by just entering the newreply.php?tid=xxxxx into the browser.

Add this to the top of your inc/plugins/ppf.php file.

$plugins->add_hook("newreply_start", "ppf");

That will prevent the bug.
woops, i forgot to report this before.

the new thread has the same bug letting you post threads in restricted forums.