There is logical error in the code!
If administrator DELETE some activity of the visitors, the points are deleted from ADMIN user, not from author of activity. Exactly: some user uploaded pictures and they get points. Me (admin) deleted all this pictures but I (admin) get deleting of my points. This is bad! Any clue how to correct the source code?
Comments
Comment #1
wafaa commentedI can not reproduce this problem.
Here is the test sequence I used:
1. logged in as user x and created 2 nodes of type story.
2. logged in as admin and deleted the two nodes.
3. the result was that two points were subtracted from user x not from admin like you said.