Hi All,
Basically what I want to know is how I could display users points on an external web page (i.e. a 3rd party web page) i.e. if user drupal_m has 13 user points then as part of a signiture or button etc he could add some html code (or design some type of flash button) that prints these 13 points with maybe a link to his profile page? I Hope everyone understands what Im getting at.
Cheers
Comments
Comment #1
jredding commentedThere are many ways of grabbing this information and displaying it off site. You'll most likely want to start with the services module integration that is a part of the userpoints module. You'll need services module to use it http://drupal.org/project/services
In a nutshell it provides an web API to view/manipulate userpoints information.
Comment #2
jredding commented