Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
1.3k views
in Q2A Core by
Hi

I have a question answer website which runs on question2answer

I want to give some rewards to my users for their answers,questions,help according to their points .

So please tell me ;what should I do ; please take a look at following points  -

1. can I reset my user’s points every month to select the top 20 users of the month .

2. Is there any separate plugin or something for reward system .

1 Answer

0 votes
by

Currently there isn't any tracking of when users gain points so there's no simple way to work out how many points a user gained in a time period.

However you could make an event plugin that runs after every vote and log that to another table.

Or maybe the easiest way is to run a custom PHP script once a month that logs every user's current points and compares to last month, so you can see who gained the most points each month.

...