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.
I can not seem to replicate the issue. The ratings are blocked by ip address in my case.
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 !