Thanks for replying but I found a solution and closed that project.
Sadly, this issue is from 5 months ago, so i can’t remember how to I do it. I forgotted completely.
Thanks again!
Hi.
Finally, I found it myself. It’s in includes/core/functions.php, line 255:
if ( empty( $progress ) || dpa_get_unlocked_status_id() !== $progress->post_status )
And lines 304-305:
if ( ! empty( $progress_obj ) && dpa_get_unlocked_status_id() === $progress_obj->post_status )
return;
If I comment these lines, my users can do the same achievement once and once again and they get points infinitely.
Thanks!
D