I installed that one the xml file
https://vborg.vbsupport.ru/showthread.php?t=134000
but is showes an error in my registration page so i read this one addon :
https://vborg.vbsupport.ru/showthread.php?t=134323
and the steps are confusing for me, they are asking to replace after
'register.php'
replace this
referrerid=X
First i don't know which id # i should put and the second issue is I have two register.php words, don't know which one should i place the reffereid after it
which one should i place this after it ?referrerid=X
1St
Code:
{
$vbulletin->url = iif(strpos($vbulletin->url, 'register.php') !== false, $vbulletin->options['forumhome']
2nd
Code:
$navbits = construct_navbits(array(
'register.php?' . $vbulletin->session->vars['sessionurl'] . 'a=ver' => $vbphrase['activate_your_account'],
'' => $vbphrase['email_activation_codes']
));
eval('$navbar = "' . fetch_template('navbar') . '";');