Hi,
I am the author of Community Quiz extension which has integration with EasySocial points.
The issue we are facing is: irrespective of how many points set in the rules, the user is awarded only one point. I am not sure if there is any change in API as the documentation is restricted now. Here is what I am doing.
$api = JPATH_ADMINISTRATOR.'/components/com_easysocial/includes/foundry.php';
if( file_exists($api) ) {
require_once $api;
Foundry:
oints()->assign( $params['function'] , $params['component'] , $userid );
}
The rule has 100 points set but only 1 point is being awarded.
Can you please help?
Thanks.