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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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  :)