Closed (outdated)
Project:
User Points
Version:
6.x-1.1
Component:
Code: userpoints
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2010 at 16:44 UTC
Updated:
24 Feb 2018 at 10:00 UTC
Jump to comment: Most recent
Comments
Comment #1
berdirread or respond? That's a different thing :)
If read, then you certainly need custom module because there is no rules event for that.
For reply, something like this might work:
event: message is sent
condition: $thread_id not equal $mid (If they are, then it is a new thread, if not, it's a reply. You probably need a comparison condition for that and then negate it)
condition: author has role model
condition (maybe): recipient has role whatever
action: deduct points for recipient
action: give points to author
Actually, after thinking about it, this is probably not going to work. 1) You can't check if the thread was start by the current recipient and it would be executed for every response.
So, I guess you need a custom module as well here...
Comment #2
jrivelli commentedWhat would that cost me? I would be willing to add it to all documentation and what else is needed as well.
Comment #3
manuel.adanClosing this as outdated, 6.x version is no longer maintained.