• Resolved Blake Jones

    (@blakej115)


    We have a poll set with “vote once” set to on, “One Time Voting Type” set to “IP Address time”, and “Next Vote After” set to “1 days”.

    Does this mean that someone can vote once per day, or does it mean that someone can vote again after 24 hours from the time that they last voted?

    We would like to request that a feature be added to allow voting to be once per day if not.

    I’ve also tried setting our poll to “12 hours” to test, but it does not update and stays set to “1 days” after I save it.

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Hello dear blakej115.

    Thank you for contacting us and reporting your problem. I am very sorry that you are having a problem with the poll.

    To solve your problem, edit our poll file class-ts_poll-function.php. Please add this code on line 3982.

    if (!array_key_exists(“TotalSoft_Poll_Set_12”,$ts_poll_question_query[‘Question_Settings’])) {
    $ts_poll_question_query[‘Question_Settings’][“TotalSoft_Poll_Set_12”] = “1d”;
    }

    Then save the poll file.

    By the way, I want to note that we will definitely fix the problem in the next plugin update.

    Thank You very much.

    Sincerely, Total-Soft

    Thread Starter Blake Jones

    (@blakej115)

    Hi,

    It appears the file includes/class-ts_poll-function.php does not have a line 3982.
    It appears in my email support that you added this for me on line 2879.

    Can you please clarify what this change does?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How does 1 vote per day work?’ is closed to new replies.