Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Kamal Khan

    (@bhittani)

    Does the unique vote by IP not work? Have you set the option in the settings?

    Thread Starter Senuke

    (@cavor)

    Yeap, unique vote is actived

    There is a big problem
    Tick “Unique votes (based on IP Address)” is active but inactive on the site. And every visitor can give infinite stars.

    Plugin Contributor Kamal Khan

    (@bhittani)

    I can not seem to replicate the issue. The ratings are blocked by ip address in my case.

    Plugin Contributor Kamal Khan

    (@bhittani)

    Let me know if changing line no 52 in src/functions/post_meta.php

    from:

    add_post_meta($id, $prefix.$key, $value, true);

    to:

    add_post_meta($id, $prefix.$key, $value);

    fixes the issue.

    Thread Starter Senuke

    (@cavor)

    Done ! Resolve, thank you !

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

The topic ‘Vote limitation’ is closed to new replies.