This is the code that shows for Link
Code:
eval(standard_error(fetch_error('stc_link_success', create_full_url($vbulletin->url), fetch_seo_url('FORUMH', array())), '', false));
exit();
I changed to
Code:
eval(standard_error(fetch_error('stc_link_success')));
exit();
}
It now allows the correct message when linking the account
I also removed all the following commands
Code:
$vbulletin->url = fetch_seo_url('forumhome', array())
And now when unlinking the account it will give me the unlink message.
Thanks for the help and again GREAT mod bud!
If anyone else is having the problem with a error when trying to link or unlink your account just let me know and i will upload my login2.php file that fixed it for me. Disasterpeice if you want the login2.php file i modified to work on my version just let me know bud!