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

wafaa’s picture

I 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.

timba’s picture

Rosamunda, what version of User Points are you using? And also could you describe what you meant by "everything the user does"?

joshkrause’s picture

I 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.

mjohnq3’s picture

The 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.

kbahey’s picture

Status: Active » Fixed

Thanks.

Fixed in 4.6, 4.7 and HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)