PDA

View Full Version : Postcount/Forumid Conditions


ensure
09-07-2011, 08:06 AM
What conditions would I use to only show members with 50 posts a particular forum?
I'm already aware of 'Cyb - Advanced Permissions Based on Post Count' but it's not what I'm looking for.

kh99
09-07-2011, 01:01 PM
You could check $vbulletin->userinfo[posts] (or $bbuserinfo[posts] in a template), but I'm not sure where to put the check. What you could do is create a usergroup with permission to that forum, then add a promotion to move users to that group when they have 10 posts or more.