User Tools

Site Tools


betauserpoints:developer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
betauserpoints:developer [2023/04/07 09:26] adminbetauserpoints:developer [2023/04/07 09:32] (current) admin
Line 1: Line 1:
-====== BetaUserPoints Developers API documentation ======+====== BetaUserPoints API documentation ======
  
  
Line 63: Line 63:
     {     {
         require_once $api_BUP;           require_once $api_BUP;  
-        $keyreference = BetaUserPointsHelper::buildKeyreference('function_name', item id' );  +        $keyreference = BetaUserPointsHelper::buildKeyreference('function_name', 'item id' );  
         BetaUserPointsHelper::newpoints( 'function_name', '', $keyreference);           BetaUserPointsHelper::newpoints( 'function_name', '', $keyreference);  
     }     }
Line 77: Line 77:
     {     {
         require_once $api_BUP;           require_once $api_BUP;  
-        $keyreference = BetaUserPointsHelper::buildKeyreference('function_name', item id' );  +        $keyreference = BetaUserPointsHelper::buildKeyreference('function_name', 'item id' );  
         BetaUserPointsHelper::newpoints( function_name','', $keyreference,'information_datas');           BetaUserPointsHelper::newpoints( function_name','', $keyreference,'information_datas');  
     }     }
Line 91: Line 91:
     {     {
         require_once $api_BUP;           require_once $api_BUP;  
-        $keyreference = BetaUserPointsHelper::buildKeyreference('function_name', item id' );  +        $keyreference = BetaUserPointsHelper::buildKeyreference('function_name', 'item id' );  
         BetaUserPointsHelper::newpoints( function_name','', $keyreference,'',-1450);           BetaUserPointsHelper::newpoints( function_name','', $keyreference,'',-1450);  
     }     }
Line 170: Line 170:
 Click on the button “Auto-detect plugins” in the control panel of BetaUserPoints after installation of third component, plugin or module. Check regularly or periodically by clicking on this button. Click on the button “Auto-detect plugins” in the control panel of BetaUserPoints after installation of third component, plugin or module. Check regularly or periodically by clicking on this button.
  
-==== Using BetaUserPoints informations in a third party component ====+==== Using BetaUserPoints information in a third party component ====
  
 You can use easily the profil informations of a user directly in a third component. You can use easily the profil informations of a user directly in a third component.
Line 401: Line 401:
 </code> </code>
  
-Returns the current version of BetaUserPoints like -> 1.0.0+Returns the current version of BetaUserPoints like -> 4.0.0
  
  
Line 432: Line 432:
  
 * Created on 15 January 2016. * Created on 15 January 2016.
 +
 * Last updated on 05 April 2023. * Last updated on 05 April 2023.
  
betauserpoints/developer.1680859581.txt.gz · Last modified: 2023/04/07 09:26 by admin