Code: Select all
// Start session management
$user->session_begin();
$auth->acl($user->data);
$user->setup();
Code: Select all
'REFERRAL_LINK' => generate_board_url() . "/index.{$phpEx}?r={$user->data['user_id']}",
I think I will add these features in the next release along with the features I have mentioned in the first post. The next release will probably be once phpbb 3.1 is out.Blue Blood wrote: Will there be a field on the page registration to enter a name of a referral.
also can you add in profile of who referred the member?
I more concern about security issues.The MOD is still in development but it's working fine.