Hi,
Sorry this may sound like a silly question, but I think it's best I ask before I update my current version of USer points to the latest release.
The info attached to the latest version of User Points module says the following
An important release in the userpoints cycle please read the following changes.
*Several simpletest tests have been added to ensure data integrity and reduce bugs
*userpoints_basic has been removed and moved to its own project at http://drupal.org/project/userpoints_nc
*hook_userpoints has been modified from hook_userpoints($op, $uid, $points, $event) to simply hook_userpoints($op, $params)
ALL contributed or custom modules that use hook_userpoints will need to modify their functions.
Comments
Comment #1
HS commentedDoes User Points Top Contributors module use hook_userpoints?
Thanks in advance.
Comment #2
kmillecam commentedHi Hilal,
User Points Top Contributors basically summarizes existing point data for display.
It does not use hook_userpoints to manipulate point totals so it should work fine with the new version.
Comment #3
HS commentedThank you! I appreciate the response.