Hello,
i wonder if it's possible to limit user comment activity by ip.
I'm trying that each guest or user can only comment once every 24 hours per each post.
If they are trying to comment a second time on same post in between 24 hours there should be a message like "sorry, you already commented on this post in between the last 24 hours" popping up.
Guess i need to get it work via IP because i also want to include this for guests.
Someone has an idea how to achieve this?
Thanks!
The feature only exists for authorized users. You can find that options in Dashboard > wpDiscuz > Settings > Comment Moderation admin page, here is the doc: https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/comment-moderation/#limit-comments-per-user
IP Addresses are not static, they can be changed every second, so there is no way to control guest posters by IP address.