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
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;
Thanks for the reply Nibbler.
Thank you so much for your very prompt response Nibbler :)