MyBB Community Forums
[For 1.6] Forum Access by Reputation - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html)
+---- Thread: [For 1.6] Forum Access by Reputation (/thread-102856.html)



Forum Access by Reputation - Kapsonfire - 2011-08-31

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/45517-1314397199-farb.jpg


Installation:
Upload the content into your MYBB-Folder.

License
GNU

Support
Support only in this thread







RE: Forum Access by Reputation - Omar G. - 2012-12-10

Thread approved.


RE: Forum Access by Reputation - Yadomi - 2013-08-29

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


RE: Forum Access by Reputation - DustWolf - 2016-07-16

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