The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need XX number of posts before voting
I run monthly contests and do it in form of polls. I have a problem with cheaters. I need a hack that you must have a min. of 50 posts before voting in a poll.
Larry |
#2
|
||||
|
||||
are you suggesting that in all polls or only in a specific category?
|
#3
|
|||
|
|||
Perferably a specfic cat. but if not the entire site would be fine as well.
Larry |
#4
|
||||
|
||||
Open poll.php:
FIND: Code:
if (!$permissions[canview] or !$permissions[canvote]) { show_nopermission(); } Code:
if (!$permissions[canview] or !$permissions[canvote] or ($bbuserinfo[posts]<50 and $forumid=XX)) { show_nopermission(); } |
#5
|
|||
|
|||
Thank you so much
If theres ever anything I can do for you guys LMK Larry |
#6
|
||||
|
||||
No problem
|
#7
|
||||
|
||||
Awesome. I'm running a real-world award ceremony which is voted for on my forums, this will come in handy to prevent people easily cheating.
|
#8
|
|||
|
|||
(Martin64)
Could this be modified to be specific to the current Poll Thread (ID) itself instead of a Forum ID? I.E., A member would be required to post a comment before being allowed to vote. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|