I was thinking of creating a simple userpoints module that supports something like poking, cheering, or rewarding each others by giving points.
The user2userpoints module does something similar, but it subtracts points from one user to give them to another. I just want users to be able to give points to others (one at a time) in order to show their appreciation, without substracting points from the giver.
This looks to simple to be non existant :)
Before I start coding, do I miss some module?
thanks
Comments
Comment #1
twom commentedbtw, one thing that I am missing is the feature that I can have different pools of points...
For example: points earned by submitting, points earned by receiving appreciation of users, etc ...
Is this something planned for the upcoming API?
thx
Comment #2
dkruglyak commentedI presume you mean "poke" and "cheer" in the same vein as Facebook's "X Me" apps?
This functionality is missing, but needed! I would be happy to help define and test it. Perhaps even develop if time allows.
Comment #3
ocamp commenteddid anything eve get done with this?
Comment #4
Flying Drupalist commentedYou should use the flag + rules module.
Comment #5
ocamp commentedcan you exaplin a little more please.
I use flag so users can flag another user, i give the flags the names I want such a poke or cheer. but how can I allow users to keep flagging each other, i can only get it so users can flag each user once. What does rules do?
Thanks
Comment #6
vm commentedhttp://drupal.org/project/rules project page may help define what rules does.
Comment #7
ocamp commentedthanks for the response.
I should have been more clearer, ive read the rules project page but I meant how does using rules help get the flag module to do what im trying to do.
Comment #8
vm commentedi suppose by sending an email to the user it's suppose to based on the flag you set for it.
Comment #9
Flying Drupalist commentedYou can use rules to give points when poked. Rules can also automatically remove the flag right after flagging, so that the flag is available for use again.
Comment #10
ocamp commentedYesss, that will do it i think.
Thank you