Hey Mandejp,
Thanks for contacting us. Hope you are doing well.
You can set it as shown in the screenshot . It means user can earn maximum 100 points in 1 day for publishing posts and pages.
Screenshot
Let me know if you have further questions. We will help you out.
Thanks & Regards,
WP Experts Support Team
Thanks for replying. But what I mean is that I want to limit the user’s total score above this 1, no matter how they are scored. For example: Viewing Posts + Comment points + Publishing posts < 100 Point/day
You can set per day limit on different hooks. Each hook will work separately. All hooks are independent of each another.
Thank you, but I see hooks link click points, hooks video view points… there is no limit to adding points. How can I set daily limits on these hooks?
Hello there,
We have provided limit option in Link Click where user can get reward for clicking on a unique link only once. At the moment there is no option for setting limit in viewing videos. However, you can use ‘mycred_add’ filter to achieve it. Here is the reference link.
Documentation Link
Few examples have been provided in this page. You need to have coding and technical knowledge to achieve it.
Thanks