Closed (fixed)
Project:
User Points
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2008 at 13:13 UTC
Updated:
23 Jan 2009 at 08:50 UTC
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