MyBB Community Forums

Full Version: Only view post if you have X Postcount
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Does anyone know a plugin I can install or anything I can do do only let a member view a thread if they have above X post?

Thanks
(2011-12-10, 09:52 AM)ranjani Wrote: [ -> ]you can try Forums Requirements plugin

This works great, but how can I make it say "You need 5 posts to view this forum!" rather than: "An Unknown error has occured!"
^Try to replace:

archive_error($body_archive);

With:

error("You need {$forum['ForumsRequirements']} posts to view this forum.");

Its in diff language so its hard for even me to study his code, I'd make one soon.
(2011-12-10, 03:58 PM)crazy4cs Wrote: [ -> ]^Try to replace:

archive_error($body_archive);

With:

error("You need {$forum['ForumsRequirements']} posts to view this forum.");

Its in diff language so its hard for even me to study his code, I'd make one soon.

Thanks for your help, sadly it didn't work.
^ that plugin needs a little more editing ; however crazy4cs is making a new plugin for the required purpose ...
If anyone has a solution, please let me know!
Just use group promotions.
forum access thru group promotions related tutorial is here ..
I've coded the plugin and submitted over mods site just half an hour ago, should be approved in 2-3 hours, I believe.

edit; Done: http://community.mybb.com/thread-109527.html
Pages: 1 2