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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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