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? Ive been told that services is the best way to achieve this. I Hope everyone understands what Im getting at. Ill look forward to everyones thoughts.

Cheers

Comments

marcingy’s picture

Status: Active » Closed (won't fix)

Services does not support userpoints

pieterdc’s picture

Which means the services module doesn't have such a service in "core" and you'll have to write your own service to accomplish this.

Take a look at the documentation and especially the services API documentation on how to write your own service.

Good luck ;-)

Ps: once you have succeeded, you can contribute your code back to the userpoints module('s issue queue) and maybe they'll include services integration in their next release...