Closed (won't fix)
Project:
User Points Contributed modules
Version:
5.x-3.x-dev
Component:
Code: userpoints_expire
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jul 2008 at 09:53 UTC
Updated:
14 Mar 2012 at 05:55 UTC
Comments
Comment #1
Leeteq commentedSubscribing.
Comment #2
artscoop commentedHi,
it seems that is has never been fixed.
You may try this :
In userpoints.module, go to function userpoints_expire_transactions(), and surround the content of the function with :
and
If I'm correct, this checks that no transaction was done in the last week (>now-604800) before killing earned userpoints.
Comment #3
berdirSorry for pinging the participants.
Now that Drupal 7 is out, there is no support for Drupal 5 and the
corresponding modules anymore. Therefore, I'm closing all old issues
which are still open.
I suggest you upgrade to Drupal 6 or 7 and figure out if you're feature
is still needed or the bug still exists and open a new issue in that
case.
Comment #4
iseethesun79 commentedHi,
Can i check how the user points expiry works?
Let's say a user gets 100 points today that expires in a year and then
200 points after 6 months that expires in a year from the day points awarded.
He then spends 150 points. Will he spend points that expire earlier (i.e. first 100 + second 50) or all 150 from the most recent 200.
How does the code achieve this?
-
Roger