News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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