[Solved]: Allow Multiple Votes [Solved]: Allow Multiple Votes
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

[Solved]: Allow Multiple Votes

Started by Davis, February 23, 2008, 05:05:14 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Davis

Is there a way to setup CPG voting system so that someone can vote for the same picture more than once? Like once each day?  I know now CPG only allows you to vote once (unless you dump cookies)  

Thanks

Nibbler

ratepic.php, find


$clean_before = $curr_time - $CONFIG['keep_votes_time'] * 86400;


change to the number of days, eg. for 1 day:

$clean_before = $curr_time - 1 * 86400;

Davis

Thanks for the reply Nibbler.

alig8r

Thank you so much for your very prompt response Nibbler  :)