The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to disable e-mail address confirmation when signing up?
Hello,
a new user is required to fill his/her e-mail address twice. How can I hide the second field? I think that it is useless and it just annoys users. Thanks. |
#2
|
|||
|
|||
You could create a plugin using hook location register_start and this code:
Code:
if ($_POST['do'] == 'addmember') { $_POST['emailconfirm'] = $_POST['email']; } then edit the register template and remove the emailconfirm fields. |
Благодарность от: | ||
pokusek |
#3
|
|||
|
|||
Thank you very much!
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|