XF 1.5 Restrict Permission by Number of Posts

bibitbunga

Active member
So I have a certain forum which I want to apply some restriction. Only members with minimal 30 posts that are allowed to create thread therem how may I do this?
Thank you
 
It will include everyone who meets the promotion requirements.


If it's only the administrator user group that you want to have that permission then you give it to that user group, not the promoted user group. However if administrators are to have that permission everywhere, it should be assigned in their user group permissions, not in node permissions.

I think you're getting confused over permissions and when to assign at group level (which are global permissions) and when to assign at node level (which are permissions specific to a forum/node). I suggest you (re-)read the guide on permissions:

https://xenforo.com/community/resources/implementing-permissions-across-multiple-user-groups.358/

https://xenforo.com/community/resources/understanding-permissions.360/
Thank you Martok, Mr Lucky, and Paul. This confusion has been fixed because of you all.
 
Top Bottom