Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • OK, i figured it out…I didn’t want to do 24 hours, i wanted once a day, so..

    in ‘votingfunctions.php’, within the function UserVoted($post_ID, $user_ID) {
    replace:

    $id_raw = $wpdb->get_var("SELECT ID FROM ".$voteiu_databasetable." WHERE vote='".$u_ID."' AND post='".$p_ID."'");

    with:

    $id_raw = $wpdb->get_var("SELECT ID FROM ".$voteiu_databasetable." WHERE vote='".$u_ID."' AND post='".$p_ID."' AND (DAY( rating_timestamp ) = DAY(now()))");

    dvbii

    (@dvbii)

    I would like to know how to make it possible for a user to vote once a day. Is it possible to create timer that counts down until you may vote again?

    Thanks in advance.

    Dvbii

Viewing 2 replies - 1 through 2 (of 2 total)