Closed (fixed)
Project:
User Points
Version:
6.x-1.x-dev
Component:
Code: userpoints_rules/userpoints_workflow_ng
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2010 at 23:36 UTC
Updated:
4 Jan 2011 at 06:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
1sp commentedHi ,
I needed an extended "Grant points to the user" action, So I patched the userpoints_rules.rules.inc . I am attaching the patch to be reviewed by community. Using this patch you can control almost every attribute of userpoints transaction from the action form. Following new attributes are now supported:
The patch was created against latest dev version (22nd feb, 2010)
Cheers,
Sudhir
Comment #2
YK85 commentedSubscribing, awesome work!
Can we replace the current userpoints_rules.rules.inc file with this one?
Just wondering as the above isn't a patch file against the current that exists.
Thanks!
Comment #3
thekayra commentedAwesome. Subscribing. Will give it a try in the day.
Comment #4
1sp commentedthis patch is against today's dev release
Comment #5
kbahey commentedThank you so much for this patch.
I committed it.
It will be part of the tarball in about 12 hours.
Comment #6
YK85 commentedThanks for the great work!
Comment #7
BenK commentedAwesome! Looking forward to trying this out....
Comment #8
Anonymous (not verified) commentedHoly crap I was just about to sit down and figure this one out and you did the work for me! Sweet!
Comment #9
1sp commentedThanks!! You all motivated me.
Cheers,
Sudhir
Comment #10
gaurav_m commentedgood job!
Comment #12
__mark commentedDid anyone notice that the
Entity IDfield does not understand$node->nidobjects (or, as the field description puts it:$node->id)? It is accepting integers, so it's not completely broken.Does anyone have an idea on where to start on getting this patch to work? Would it be where the form is created:
userpoints_action_grant_points_form()?Comment #13
__mark commentedhowever, tokens work. problem solved.