Hello,
I noticed in the easysocial database social_points tables that there is a column called "interval" which may be useful to me.
For example :- I'd like a situation where conversation.reply gives a user 1 point every 3rd time. So, reply conversation01 then 0 points, reply conversation02 then 0 points, reply conversation03 then 1 point, reply conversation04 then 0 points, etc.
To achieve this, it looks like I have to update the database table, or is there a way via the backend?