UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online

Points set in rules are ignored

Maverick · ·
12:21 AM Saturday, 11 February 2017
None
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::points()->assign( $params['function'] , $params['component'] , $userid );
}

The rule has 100 points set but only 1 point is being awarded.

Can you please help?

Thanks.
The replies under this section are restricted to logged in users or users with an active subscription with us