The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#32
|
||||
|
||||
same problem here with 3.5.1
Redirects to a blank page tha points to register.php |
#33
|
||||
|
||||
OK, i found something!
The horizontal doesnt work and the vertical is woriking! I dont know why though... I have a problem with age, How can I make age optional? |
#34
|
|||
|
|||
I'm getting the same problem with the horizontal too. Also, when trying to enter the U/P in the login boxes it says fill in both password boxes.
Just tried vertical.. same thing. Lexx, did you put the vertical somewhere different in the layout? |
#35
|
||||
|
||||
Well for some reason vertical was working to me but I needed horizontal for my site. It was very strange because sometimes it worked and sometimes it didnt. I tried to copy the code from other's sites with 3.5.1 with not any result. I did some changes and finally made it work. Here is the code:
Code:
<!-- / Quick Register Box --> <thead> <tr> <td class="tcat" colspan="6"><div align="center">Quick Register </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 name="s" value="" type="hidden"> <input name="do" value="addmember" type="hidden"> <input name="url" value="index.php" type="hidden"> <input name="agree" value="" type="hidden"> <input name="password_md5" type="hidden"> <input name="passwordconfirm_md5" type="hidden"> User Name: <input class="bginput" name="username" maxlength="15" value="" style="width: 70px;" type="text"> Password: <input class="bginput" name="password" maxlength="15" value="" style="width: 70px;" type="password"> Confirm Password <input class="bginput" name="passwordconfirm" maxlength="15" value="" style="width: 70px;" type="password"> Email <input class="bginput" name="email" maxlength="50" value="" style="width: 70px;" type="text"> Confirm Email <input class="bginput" name="emailconfirm" maxlength="50" value="" style="width: 70px;" type="text"> <br><input name="agree" id="cb_rules_agree" value="1" type="checkbox"><strong>Check to Agree with <a href="register.php?">forum rules </a></strong><br> <input class="button" value="Submit" accesskey="s" type="submit"> </form></span> </div></td> </tr> </thead> </table> <!-- / Quick Register Box --> |
#36
|
|||
|
|||
How do I get this to only show up for unregistered users?
|
#37
|
||||
|
||||
Just put <if condition="$show['guest']"> ...code... </if>
|
#38
|
|||
|
|||
Thanks lexx, everything is working!
|
#39
|
||||
|
||||
Welcome
|
#40
|
||||
|
||||
Can someone help me get image verification working on this? Here's what I have so far:
you need to add the following code to index.php Code:
require_once(DIR . '/includes/functions_regimage.php'); $imagehash = fetch_regimage_hash(); Code:
<img src="image.php?$session[sessionurl]type=regcheck&imagehash=$imagehash" alt="$vbphrase[registration_image]" width="201" height="61" border="0" /> Code:
<input type="text" class="bginput" name="imagestamp" size="50" maxlength="6" /><input type="hidden" name="imagehash" value="$imagehash" /> Can anyone help me get this done? Thanks you in advance, John |
#41
|
|||
|
|||
Does this work for 3.5.3?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|