Is there any way to assign points to users for any actions that they've ever taken that would get points, instead of just starting to count points since the module is activated? I want to start using this module for my site, but I can see users complaining about "where are my points for the bazillion posts I made before this was in place?"
I'm assuming that points aren't assigned retroactively, btw, because I used the function to see how many my account has made (i've posted a lot) and I have 0, but a new member that signed up and created a post or two has 25 points.
- Jason
Comments
Comment #1
sunThere is no install handler for that now. But it could be done by extending the userpoints.install script, counting all nodes that are supported by user points and assigning them to each user. I indeed think this would be helpful for a lot of people, so don't hesitate to write a patch for it!
Comment #2
kbahey commentedThere is now a contrib directory with a userpoints_reset module in it.
This module can be adapted to do other things, as well as be the basis for others.
Comment #3
(not verified) commented