Back to vBulletin 3.6 Add-ons

ZH - Don't Require E-Mail Confirmation
Mod Version: 1.0.0, by Ziki

This modification is in the archives.
vB Version: 3.6.x Rating: (1 vote - 5.00 average) Installs: 14
Released: 20 Dec 2006 Last Update: Never Downloads: 69
Not Supported Template Edits Code Changes  

This modification was brought to you by
KXDesign
http://www.kxdesign.com/


~Hack name
Don't Require E-Mail Confirmation

~Hack description
I always hated to confirm my mail address by registration.It is senseless.This modification deletes that thing

You see the block where you have to type in the email address?It has the same purpose as the confirm password thing.I don't see the sense of having that.The email confirmation that sends emails to click on links to activate their profile still works normally it is not affected by this!

~Hack options
None

~Hack info
File uploads: 0
Template edits: 1
Templates: 0
File edits: 4
Plugins: 0
SQL Queries: 0
Phrases: 0
Settings: 0

Install time: 2 minutes
Install level: Medium

~Hack installation

Step 1: Open template register ,then find and delete this:

Code:
					<td>
						$vbphrase[confirm_email_address]:<br />
						<input type="text" class="bginput" name="emailconfirm" size="25" maxlength="50" value="$emailconfirm" dir="ltr" />
					</td>
Step 2: In the register.php file find and delete this parts of code:

Code:
		'emailconfirm'       => TYPE_STR,
Code:
		OR empty($vbulletin->GPC['emailconfirm'])
Code:
	// check for matching email addresses
	if ($vbulletin->GPC['email'] != $vbulletin->GPC['emailconfirm'])
	{
		$userdata->error('emailmismatch');
	}
Code:
		$emailconfirm = htmlspecialchars_uni($vbulletin->GPC['emailconfirm']);

~Hack screenshots
Attached

~Hack copyright
This may not be distributed,released or claimed as your work without author's permission.

Download

This modification is archived, downloads are still allowed.

File Type: %1$s zh_confmailoff.txt (1.2 KB, 84 downloads)

Screenshots

Click image for larger version
Name:	zh_confmailoff_screen1.jpg
Views:	256
Size:	11.9 KB
ID:	57902  

Similar Mods

ZH - Don't Require E-Mail Confirmation vBulletin 3.5 Add-ons
Miscellaneous Hacks ZH - Don't Require Password Confirmation vBulletin 3.6 Add-ons
ZH - Don't Require Password Confirmation vBulletin 3.5 Add-ons

vblts.ru supports vBulletin®, 2022-2025