• Resolved andoverit

    (@andoverit)


    Have setup a poll and had some people multiple voting so have deleted their votes. Only problem is that the overall results do not seem to show this.

    For example, 450 votes in a poll and I delete 50 of them, the poll still shows 450 votes – not the 400 it should be.

    http://ww.wp.xz.cn/extend/plugins/yop-poll/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author YOP

    (@yourownprogrammer)

    Hello

    Deleting votes from the logs won’t do the trick.
    You will need to delete votes directly from the database.

    Best Regards,
    YOP Team

    Thread Starter andoverit

    (@andoverit)

    Done that – still no change

    Removed entried from the “wp_yop_poll_logs” table

    Plugin Author YOP

    (@yourownprogrammer)

    You need to edit wp_yop_polls and also wp_yop_poll_answers.

    First edit wp_yop_polls and set total_votes = 0 and total_answers = 0 based on the poll id.

    Then edit wp_yop_poll_answers and set column votes to 0 for all the answers that have the poll_id you want to edit.

    Please let us know if you have any other questions.

    Best Regards,
    YOP Team

    Thread Starter andoverit

    (@andoverit)

    That’s great – thank you

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

The topic ‘Deleting Log Does Not Reduce Poll Count’ is closed to new replies.