Closed (fixed)
Project:
User Points
Version:
4.7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2006 at 02:41 UTC
Updated:
30 May 2006 at 15:00 UTC
I´ve configured to add 1 point to everything that user does, and I´ve checked that user´s roles allow to view and use userpoints module.
But the only one that increases any point is the Admin... no other user...
What could have happened?
Rosamunda
Buenos Aires | Argentina
www.ligadelconsorcista.org
Comments
Comment #1
wafaa commentedI am using the following version
//$Id: userpoints.module,v 1.30 2006/03/29 01:52:40 wafaa Exp $
and I non admin user able to fully use the module.
Comment #2
timba commentedRosamunda, what version of User Points are you using? And also could you describe what you meant by "everything the user does"?
Comment #3
joshkrause commentedI have the same issue, however I've found the users still get points for posting blogs, just not for comments. The admin gets points for everything.
Comment #4
mjohnq3 commentedThe arguments in the following function are in the wrong order:
function userpoints_comment($op, $comment) {changing the order to:
function userpoints_comment($comment, $op) {enables user's who post comments to receive points.
Comment #5
kbahey commentedThanks.
Fixed in 4.6, 4.7 and HEAD.
Comment #6
(not verified) commented