User points how do they work

Permalink
Hi,

Something that has almost no documentation but...how do these points work?
How can i give a user points programmatically?

if anyone can give me a nudge in the right direction please that would be awesome!

 
WillemAnchor replied on at Permalink Best Answer Reply
WillemAnchor
Take a look at \concrete\src\user\point

To add a point, check out action\action.php -> addEntry

Also, you can check how it's done from the dashboard:
Take a look at the save() function in \concrete\controllers\single_page\dashboard\users\points\assign.php
Mobileknights replied on at Permalink Reply
aha! found it, great thx!