MyBB Community Forums

Full Version: Certain rep to post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Heyo helper, cheers for reading my post.

I was wondering how to make a certain subforum which requires a certain amount of reputation which then can allow you to post there, and deduct a certain amount of reps once posted

If not, just the certain amount of reps to post in a subforum.

Cheers in advance!
you may not do this in a straight forward way, but you can make use of group promotions andĀ group permissions to achieve this... say for example

1. Create a New User group (say Premium)
2. Now create a new group promotion, with the Promotion Requirement set as Reputation and set the required rep value. Move Users from Registered to this group on promotion.
3. Now open the subforum settings where you want to restrict access
4. Using the "Set Custom Permissions" option, disable posting to all other groups except the above group (Premium)
(2014-11-25, 06:41 AM)mmadhankumar Wrote: [ -> ]you may not do this in a straight forward way, but you can make use of group promotions andĀ group permissions to achieve this... say for example

1. Create a New User group (say Premium)
2. Now create a new group promotion, with the Promotion Requirement set as Reputation and set the required rep value. Move Users from Registered to this group on promotion.
3. Now open the subforum settings where you want to restrict access
4. Using the "Set Custom Permissions" option, disable posting to all other groups except the above group (Premium)


Cheers for your answer, this worked!