Buying points
How do you gain points? Can you buy points? Can you use points as currency?
Configure User Points in Drupal 7
In Drupal 7, the User Points module is tweaked in the Configuration area. Four tabs are presented. The last tab 'POINT SETTINGS' controls
User Points - Rules Integration
The User Points module can greatly benefit from the powerful and flexible Rules module integration. This document is meant to be a basic
- // Introduction to User Points - Rules
- Add a 'premium' role when users have x or more points
- Add or deduct points from node author when node is published
- Add or deduct points when node is published
- Add/deduct points to content author when node is "flagged"
- Condition for "points have been added/deducted"
- Condition for "user has/had exactly x points"
- Send a privatemsg to user when points are given using user2userpoints.module
- Welcome points for users
User Points 5.x-3.x API Tutorial
Warning: This tutorial is for User Points 5.x-3.x-dev, which has a different API than 5.x-2.x. If you want to use this for the older
User Points API Documentation
User Points Limit
The User Point Limit module allows an admin to configure a limit on User Points
Userpoints API changes in 7.x-1.x
hook_userpoints_info()
Using points
How do you gain points? Can you buy points? Can you use points as currency?
