Another bug that must be manually fix is the one that I described on a previous post, where you click on the link saying "already have a code" and you are redirected to the forums main page.
To fix this, edit the template nlp_vmail_verifymail and change:
From:
<a href="#" onclick="vMail_to_redir()">
To:
<a href="/register.php?do=vMail#" onclick="vMail_to_redir()">
And from:
<a href="#" onclick="vMail_to_new()">
To:
<a href="/register.php?do=vMail#" onclick="vMail_to_new()">
With all fixes I posted today finally this mod is working 100% fine with vBulletin 3.7.
Cheers,
Gabriel.
|