The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Login/Out On Separate Page
I'm trying to create a login form on a non-vB page using 3.5 Beta 1, but I can't see to get it to work out.
Currently, I'm using the following: Code:
<script src="/path/to/clientscript/vbulletin_md5.js" type="text/javascript"></script> <form action="/path/to/login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password)"> <input name="vb_login_md5password" type="hidden" /> <input name="s" type="hidden" value="" /> <input name="do" type="hidden" value="login" /> <input class="bginput" name="vb_login_username" size="12" type="text" /><br /> <input class="bginput" name="vb_login_password" size="12" type="password" /><br /> <input checked="checked" class="bginput" name="cookieuser" id="cb_cookieuser" type="checkbox" value="1" /><span class="smallfont">Use Cookies</span> <input class="button" type="submit" value="Login!" /> </form> Quote:
I'd be happy just to get it to work, and then add to it as I progress. Thanks in advance for the help. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|