forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 permissions => Topic started by: Davis on February 23, 2008, 05:05:14 pm

Title: [Solved]: Allow Multiple Votes
Post by: Davis on February 23, 2008, 05:05:14 pm
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
Title: Re: Allow Multiple Votes
Post by: Nibbler on February 23, 2008, 05:38:22 pm
ratepic.php, find

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

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

Code: [Select]
$clean_before = $curr_time - 1 * 86400;
Title: Re: Allow Multiple Votes
Post by: Davis on February 23, 2008, 07:49:24 pm
Thanks for the reply Nibbler.
Title: Re: Allow Multiple Votes
Post by: alig8r on February 05, 2010, 12:21:14 am
Thank you so much for your very prompt response Nibbler  :)