The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Quick Register
Well it was here but I guess its gone now? https://vborg.vbsupport.ru/showthread.php?t=80432
Is ther any quik reg hack for the index page? |
#2
|
|||
|
|||
look on vbtemplates
|
#3
|
||||
|
||||
Quote:
|
#4
|
|||
|
|||
Code:
<!-- Quick Register Box --> <if condition="$show['guest']"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr> <td class="tcat" colspan="6"><div align="center"><phrase 1="$vboptions[bbtitle]">Quick Register </phrase></div></td> </tr> <tr> <td class="alt1" colspan="6"> <div align="center"> <span class="smallfont"><script type="text/javascript" src="clientscript/vbulletin_md5.js"></script> <script type="text/javascript"> function verify_passwords(password1, password2) { // do various checks, this will save people noticing mistakes on next page if (password1.value == '' || password2.value == '') { alert('Fill out both password fields'); return false; } else if (password1.value != password2.value) { alert('Entered passwords do not match'); return false; } else { md5hash(password1, document.forms.register.password_md5); md5hash(password2, document.forms.register.passwordconfirm_md5); return true; } return false; } </script> <form action="register.php" name="register" method="post" onsubmit="return verify_passwords(password, passwordconfirm);"> <input type="hidden" name="s" value="" /> <input type="hidden" name="do" value="addmember" /> <input type="hidden" name="url" value="index.php" /> <input type="hidden" name="agree" value="" /> <input type="hidden" name="password_md5" /> <input type="hidden" name="passwordconfirm_md5" /> User Name: <input type="text" class="bginput" name="username" maxlength="15" value="" style="width:70px" /> Password: <input type="password" class="bginput" name="password" maxlength="15" value="" style="width:70px" /> Confirm Password <input type="password" class="bginput" name="passwordconfirm" maxlength="15" value="" style="width:70px" /> Email <input type="text" class="bginput" name="email" maxlength="50" value="" style="width:70px" /> Confirm Email <input type="text" class="bginput" name="emailconfirm" maxlength="50" value="" style="width:70px" /> <br><input type="checkbox" name="agree" id="cb_rules_agree" value="1" /><strong>Check to Agree with <a href="register.php?">forum rules </a></strong><br> <input type="submit" class="button" value="Submit" accesskey="s" /> </span> </div></td> </tr> </thead> </table> </if> <!-- / Quick Register Box --> |
#5
|
|||
|
|||
it is there on that site, the one on here was just a rip of it so they deleted it
|
#6
|
|||
|
|||
No, the one I posted was customized for fixed skins, to make it not stretch to 2 lines. I should of credited the original creater but it slipped my mind at that moment. It's in the following attatchment.
|
#7
|
|||
|
|||
How can you set this up to have them upload an avatar (manatory) on this quick register form? or make it go into stages. like that quick page then the rest of the form?
Thanks. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|