The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
ZH - Don't Require E-Mail Confirmation Details »» | |||||||||||||||||||||||||
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> 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. Show Your Support
|
Comments |
#22
|
|||
|
|||
Quote:
nice mod btw |
#23
|
||||
|
||||
Nobody gets this hack.lol
|
#24
|
|||
|
|||
I understand it and have installed it.
Works perfectly >> http://www.rock-forums.com/community/register.php If people don't understand this hack, it's simply deleting the EMAIL CONFIRMATION BOX. This means that the user only has to type in the email address once. If you have your forums set so that users are required to confirm their email address, this will not change anything to do with those settings. I presume the confusion is coming with the word "confirmation". |
#25
|
|||
|
|||
Oh i gett this now. I got confused lol. Will try it out.
|
#26
|
||||
|
||||
Look at the screen shot everyone! that tells you all you need to know. Instead of typing your email address twice at the registration screen, you only have to do it once. Your email activation has nothing to do with this. (hope that is correct)
|
#27
|
|||
|
|||
I get it just fine. I was simply answering someone elses question for a pointless modification
|
#28
|
|||
|
|||
we get it, we are going a little off topic. sorry lol.
Quote:
Quote:
However I have so many duplicate users because they sign up once putting in a fake email address and then realizing they can not post or download because they cant finish the final step in the registration process because they put in a fake email address. So then they sign up again doing it correctly the second time. However what I was thinking of for a mod would be this. After they enter their email address, (using ajax technology), it would check if that is a real email or a fake one by sending an email and seeing if its gets bounced back or not. If it doesn't get bounced back they can finish their registration process, and then they would be able to activate their account because it would be a real email address. However if the email gets bounced back, an error message would come up saying invalid email address. This would be impressive if someone could do this. I know that something like this probably would never be made, but in my head, it sounds good, so lets leave it at that |
#29
|
|||
|
|||
Very nice hack indeed. However I prefer the default one
|
#30
|
|||
|
|||
Thanks -installs-
|
#31
|
||||
|
||||
Default one?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|