In my userpoints setup I have:

Control the behavior of messages users see.
Display message:

YES

User is getting 5 points when posting a node, along with information about that. User xxx received 5 points. Your total is xxx.....

If user will delete own node, he will receive information about points deduction. User xxx has lost 5 points. Your total is xxx....

BUT....

If I (as administrator) delete node writen by user, only I can see that message about points deductions (User xxx has lost 5 points. Your total is xxx....) instead of user (author) of the node.

Please, help.
Thank you!

Comments

jredding’s picture

Status: Active » Closed (works as designed)

Unfortunately this is how it is setup to work and is how Drupal itself works. The point messages are displayed via drupal_set_message at the point of addition/deletion so whomever is logged in to cause the action (i.e. you as the admin) will receive the message. We do not queue messages to be displayed to the points owners at a later time.

so, in short.. by design.