Posted by Alcaparra on March 19, 2010 at 10:33am
I have a Triggered rule:
Event: User is a day older
Action: Grant 5 points to a user
But I want that points turns to 5 points every 24h. how to?
I have a Triggered rule:
Event: User is a day older
Action: Grant 5 points to a user
But I want that points turns to 5 points every 24h. how to?
Comments
Can I do an action with
Can I do an action with "Grant points to a user" and Number of points: -[user:userpoints] ??
And then to add an action "Grant points to a user" and Number of points:5.
Sorry, I don't know how use tokens.
I think your last question is
I think your last question is more relevant to the User Points module -- probably would be better to ask the users/maintainers of that module.
As for the every 24 hour thing, I think you'd need to run a cron job every 24 hours and then trigger the rule based on when the cron runs.