The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vMail - Verify Mail before registration. Details »» | |||||||||||||||||||||||||||
vMail - Verify Mail before registration.
Developer Last Online: Oct 2013
this product can be founded in this thread https://vborg.vbsupport.ru/showthread.php?t=201466
Supporters / CoAuthors Show Your Support
|
Comments |
#312
|
|||
|
|||
Hi there,
Just found another bug. On plugin called NLP vMail - Functions, function vB_version, where is a "=" should be a "==", marked in red below. function vB_version($_ver) {// GET current vBulletin version. if(empty($_ver)){return false;} require_once('./includes/version_vbulletin.php'); //include('./includes/version_vbulletin.php'); $_current = explode('.', FILE_VERSION_VBULLETIN); if($_current[1] == $_ver) { return true; }else{ return false; } } Also this function loads vBulletin version number from version_vbulletin.php file, which isn't the correct way to do this. This file is empty! So you need to edit and change this file to: <?php define('FILE_VERSION_VBULLETIN', '3.7.0'); ?> I asked vBulletin team about this file and they replied this: http://www.vbulletin.com/forum/showthread.php?p=1556890 The developer should then correct this code! I hope to have helped other people using this great mod. Cheers, Gabriel. |
#313
|
|||
|
|||
There is a bug on the lost code template. You need to edit nlp_vmail_lostcode template and replace the following code:
Look for: Code:
<td class="panelsurround" align="center"> <div class="panel"> <div style="width:70%" align="$stylevar[left]"> $vbphrase[nlp_vmail_lostcodetdesc]<br /> $vbphrase[email_address]:<br /><input type="text" class="bginput" name="email" size="35" maxlength="90" value="" dir="ltr" /> $imagereg $human_verify</div> </div> <div style="margin-top:$stylevar[cellpadding]px"> <br /> <input type="submit" class="button" value="$vbphrase[nlp_vmail_lostcodetbtn]" accesskey="s" /> </div> Code:
<td class="panelsurround" align="center"> <div class="panel"> <div style="width:70%" align="$stylevar[left]"> <fieldset class="fieldset"> <legend>$vbphrase[email_address]</legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="400"> <tr> <td> $vbphrase[nlp_vmail_lostcodetdesc]<br /> $vbphrase[email_address]:<br /><input type="text" class="bginput" name="email" size="35" maxlength="90" value="" dir="ltr" /> </td> </tr> </table> </fieldset> $imagereg $human_verify </div> </div> <div style="margin-top:$stylevar[cellpadding]px"> <br /> <input type="submit" class="button" value="$vbphrase[nlp_vmail_lostcodetbtn]" accesskey="s" /> </div> |
#314
|
|||
|
|||
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. |
#315
|
|||
|
|||
I'm not MANUALLY fixing anything else.
*UNINSTALLED* |
#316
|
|||
|
|||
|
#317
|
|||
|
|||
This still does not fix the birthday issue in 3.6.10. Sorry, but UNINSTALLED.
|
#318
|
|||
|
|||
Help me it says to me
The following dependencies were not met:
I used this one also Allow Overwrite If you wish to upgrade a product, you must set this to yes.Yes No and still i am getting this message The following dependencies were not met:
|
#319
|
|||
|
|||
Quote:
Find: Code:
<dependencies> <dependency dependencytype="vbulletin" minversion="3.6.0" maxversion="3.7" /> </dependencies> Then you install the product as you would with any other mod. You may wish to backup database in case of problems. |
#320
|
|||
|
|||
翻譯:繁體中文版 + 簡體中文版
Translate : Traditional Chinese + Simplified Chinese version By Lilyandy ^_^ |
#321
|
|||
|
|||
This Version Does Not Work With Version 3.7.0 Gold Please Can Someone Get This To Work With It Please
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|