Hello
How can I set a specific limit for each member
As it is possible to comment every 24 hours, one comment per post.
I have a contest on my site, I don't want to repeat comments, I want every member to comment once per day
Hi @mohfarawati,
wpDiscuz has the Limit Comments per User option. It allows control commenting activity per user. You can set a maximum number of comments users can leave per post or site-wide.
More info here: https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/comment-moderation/#limit-comments-per-user
As it is possible to comment every 24 hours, one comment per post.
I'm really sorry, but wpDiscuz doesn't have such a feature. You can do it using WordPress hooks, like comment_flood_filter.
More info here: https://developer.wordpress.org/reference/hooks/comment_flood_filter/