0
Hi,
Because of some limitations of the Joomla Registration form we need to register new users by a new/custom form we made ourselves.
The programmer is asking how can we trigger the plugin (Affiliate Tracker for Joomla users i) to work the same as it would do on default registration forms?
For example I am also using AWO Rewards and had same isue there and they sent me following code to execute on registration, which would create automatically a record wheever a new user is registred on our form. Same like this Id like some code from your side I can add to implement the same thing for AT. Thans
Because of some limitations of the Joomla Registration form we need to register new users by a new/custom form we made ourselves.
The programmer is asking how can we trigger the plugin (Affiliate Tracker for Joomla users i) to work the same as it would do on default registration forms?
For example I am also using AWO Rewards and had same isue there and they sent me following code to execute on registration, which would create automatically a record wheever a new user is registred on our form. Same like this Id like some code from your side I can add to implement the same thing for AT. Thans
<?php
if ( ! class_exists( 'aworewards' ) ) {
require JPATH_ADMINISTRATOR . '/components/com_aworewards/helper/aworewards.php';
}
AwoRewards::instance();
AR()->init();
AR()->helper->registration_link( (int) $user_id );
?>
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »