Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vMail - Verify Mail before registration. Details »»
vMail - Verify Mail before registration.
Version: 1.4.1, by Almotmaiz.Net Almotmaiz.Net is offline
Developer Last Online: Oct 2013 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.6.x Rating:
Released: 11-13-2007 Last Update: 05-17-2008 Installs: 292
 
No support by the author.

this product can be founded in this thread https://vborg.vbsupport.ru/showthread.php?t=201466

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #312  
Old 05-06-2008, 04:16 PM
gabrielt gabrielt is offline
 
Join Date: Apr 2007
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #313  
Old 05-06-2008, 04:33 PM
gabrielt gabrielt is offline
 
Join Date: Apr 2007
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
Replace with:
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>
Reply With Quote
  #314  
Old 05-06-2008, 06:54 PM
gabrielt gabrielt is offline
 
Join Date: Apr 2007
Posts: 89
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #315  
Old 05-07-2008, 05:30 PM
JHC JHC is offline
 
Join Date: Jul 2007
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm not MANUALLY fixing anything else.
*UNINSTALLED*
Reply With Quote
  #316  
Old 05-07-2008, 06:02 PM
Mrdby Mrdby is offline
 
Join Date: Mar 2007
Location: Hades
Posts: 1,298
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by JHC View Post
I'm not MANUALLY fixing anything else.
*UNINSTALLED*
lololol
Reply With Quote
  #317  
Old 05-07-2008, 06:51 PM
Seiyaboy Seiyaboy is offline
 
Join Date: May 2006
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This still does not fix the birthday issue in 3.6.10. Sorry, but UNINSTALLED.
Reply With Quote
  #318  
Old 05-08-2008, 04:18 PM
bijju bijju is offline
 
Join Date: Sep 2007
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Help me it says to me
The following dependencies were not met:
  1. This product is not compatible with version 3.7.0 of vBulletin. (Compatible starting with 3.6.0 / Incompatible with 3.7 and greater)

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:
  1. This product is not compatible with version 3.7.0 of vBulletin. (Compatible starting with 3.6.0 / Incompatible with 3.7 and greater)
Reply With Quote
  #319  
Old 05-09-2008, 10:51 AM
Seiyaboy Seiyaboy is offline
 
Join Date: May 2006
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bijju View Post
Help me it says to me
The following dependencies were not met:
  1. This product is not compatible with version 3.7.0 of vBulletin. (Compatible starting with 3.6.0 / Incompatible with 3.7 and greater)
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:
  1. This product is not compatible with version 3.7.0 of vBulletin. (Compatible starting with 3.6.0 / Incompatible with 3.7 and greater)
Open up [product] vMail (English).xml

Find:
Code:
	<dependencies>
		<dependency dependencytype="vbulletin" minversion="3.6.0" maxversion="3.7" />
	</dependencies>
And remove it from the file.

Then you install the product as you would with any other mod. You may wish to backup database in case of problems.
Reply With Quote
  #320  
Old 05-11-2008, 01:36 PM
Lilyandy Lilyandy is offline
 
Join Date: Feb 2007
Location: Taiwan
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

翻譯:繁體中文版 + 簡體中文版

Translate : Traditional Chinese + Simplified Chinese version

By Lilyandy ^_^
Reply With Quote
  #321  
Old 05-12-2008, 06:44 AM
TheSupportForum TheSupportForum is offline
 
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This Version Does Not Work With Version 3.7.0 Gold Please Can Someone Get This To Work With It Please
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:59 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05185 seconds
  • Memory Usage 2,316KB
  • Queries Executed 28 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete