Welcome to the Question2Answer Q&A. There's also a
demo
if you just want to try it out.
Login
Login
Register
All Activity
Questions
Hot!
Unanswered
Tags
Users
Ask a Question
About
Wiki
Welcome to the Q&A for
Question2Answer
.
If you have questions about the platform,
click here to ask
and please use English.
If you just want to try Q2A, please use the
demo
, which also grants admin access.
Apr 29:
Q2A 1.5.2
Related questions
Who is able to develop a plugin for most-points-per-week-per-user?
Feature suggestion: Points for question tagging
Separate points for up/downvotes
Suggestion: Possibility to give points to user
Moderation levels depending on points
Award extra reputation points to a question to get better answers ?
List only users with more than x points
Is this still the best way to get a user's points?
Can you give users permissions based on points?
How to display notice for new users?
All categories
Q2A Core
(3,252)
Plugins
(356)
Points tally for week/month/interval
+5
votes
Is is possible, possibly through a plugin, to keep track of points for a given interval, either a week or month? I'm interested in using Q2A and to drive interest I'm considering having prizes based on points tallies.
points
feature-request
feature-suggestion
users
asked
Jun 28, 2011
in
Q2A Core
by
bikedorkseattle
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
It's not easily possible currently, because the voting table does not store the date with each vote.
With a plugin you would need to first log the date with each vote in a separate table. Use an event plugin to hook into a voting action. Then a page plugin to display results.
answered
Jun 28, 2011
by
DisgruntledGoat
I think instead of logging each vote you could just log the total at the beginning of the interval and then the difference at the end.
That could work. You'd need to set up a cron job to run daily/weekly and run through all the users.
Please
log in
or
register
to add a comment.