and i guess I'll raise same issue with that module..

userpoints/referral guy released a ver 2.x of his modules a few weeks ago

he no longer has a function userpoints_userpoints() ; possibly it is the same as his new function userpoints_userpointsapi() ??

Peter Lindstrom
LiquidCMS - Content Management Solution Experts

Comments

liquidcms’s picture

although i'll go out on a limb and suggest where you use (from userpoints 1.x):

userpoints_userpoints($points, $uid, 'Vote up/down points');

it would now be (with userpoints 2.x):

userpoints_userpointsapi('points', $points, $uid, NULL, 'Vote up/down points');  

so i think i will give that a shot.

Peter Lindstrom
LiquidCMS - Content Management Solution Experts

ron williams’s picture

Status: Active » Closed (duplicate)