baggeler2
baggeler2
Offline
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


<?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 );
?>
Responses (1)
  • Accepted Answer

    baggeler2
    baggeler2
    Offline
    Wednesday, July 19 2023, 04:25 AM - #Permalink
    0
    Hi,
    Is there anybody readyng and responding the issues/support?
    The reply is currently minimized Show
Your Reply