XF 1.1 Polls

FredC

Well-known member
Is there a plugin that restricts voting in polls without x amount of points or posts available? And if not how much would a competent coder charge me to code this functionality?
 
Disable this permission (set it to Not Set) for the Registered group:

Admin CP -> Users -> List User Groups -> [click the group] -> Vote on polls

Then create a new group that Allows that permission (everything else is Not Set), and setup a promotion to add users to that group based on their post count:

Admin CP -> Users -> User Group Promotions
 
Disable this permission (set it to Not Set) for the Registered group:

Admin CP -> Users -> List User Groups -> [click the group] -> Vote on polls

Then create a new group that Allows that permission (everything else is Not Set), and setup a promotion to add users to that group based on their post count:

Admin CP -> Users -> User Group Promotions
That didnt work. I just did everything you mentioned and i created a new user to test.. I had zero issues voting in a poll.
Hmm, working now.
 
Note that promotions are processed hourly, so there might be a delay. You can run it manually if you don't want to wait:

Admin CP -> Tools -> Cron Entries -> User Group Promotions -> Controls: Run
 
Top Bottom