MyBB Community Forums

Full Version: Forum Access by Reputation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Description:
This plugin allows to restrict acces to forums by the reputation of users.

Download:
http://mods.mybb.com/view/forum-access-by-reputation

Notes:
The plugin needs Plugin Library V4 or higher!
The plugin modificates the core of mybb

Screen:
http://mods.mybb.com/uploads/previews/45...9-farb.jpg


Installation:
Upload the content into your MYBB-Folder.

License
GNU

Support
Support only in this thread




Thread approved.
The plugin edits functions.php and functions_forum.php on /inc folder.
The plugin doesn't works and show a error message on MyBB.
Hi,

Just a quick bug report.

If you have permissions set for Guest users, activating this plugin disables them.

To work around this issue, assuming your Guest users group id is 1, change the line in inc/functions.php from:
/* + PL:kaps_farb + */ if($fid != 0)
...to...
/* + PL:kaps_farb + */ if($gid != 1 && $fid != 0)

LP,
Jure