I will try to do a addon...pieterbas wrote:Is it possible that this mod also Compatibility with this mod: Advanced Points v0.7.4?
Code: Select all
[phpBB Debug] PHP Notice: in file /includes/functions_invite.php on line 408: Undefined variable: invitation_data
[phpBB Debug] PHP Notice: in file /includes/functions_invite.php on line 414: Undefined variable: invitation_data
Code: Select all
$this->give_cash('registration', $invitation_data['user_id']);
Code: Select all
$user->data['user_id'] = $invitation_data['user_id'];
Compatibility with Advanced Points mod will be added next version, which will be released soon.Adrian1 wrote:I will try to do a addon...pieterbas wrote:Is it possible that this mod also Compatibility with this mod: Advanced Points v0.7.4?
Open: includes/ucp/ucp_register.phpKharon wrote:[phpBB Debug] PHP Notice: in file /includes/functions_invite.php on line 408: Undefined variable: invitation_data
[phpBB Debug] PHP Notice: in file /includes/functions_invite.php on line 414: Undefined variable: invitation_data
Code: Select all
$invite->key_used($data['key'], $user_id);
$invite->send_confirm($data['key'], $user_id);
Code: Select all
if ($invite->config['enable'])
{
$invite->key_used($data['key'], $user_id);
$invite->send_confirm($data['key'], $user_id);
}
Betas are software in development, as such it is not recommended to install them onto a live forum.catwalkchaos wrote:Are betas safe to use on forums? When will the proper version of this be released?