The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how to add login on frontpage?
Hey,
I am using frontpage template to use for my home page etc.... On my homepage (frontpage) ive already have a login area. but it doesnt rediect anywhere. HERES THE CODE FROM MY HTML (FRONTPAGE) Code:
<form style="margin:0px"> Login: <input type="text" style="width:70px;height:14px;font-size:11px;border-color:#A39376;background-color:#B7A687;border-style:solid;border-width:1px;margin-right:44px;margin-left:4px;margin-bottom:2px" size="20"><br> Password:<input type="password" style="width:70px;height:14px;font-size:11px;border-color:#A39376;background-color:#B7A687;border-style:solid;border-width:1px;margin-left:4px" size="20"> <input type="image" src="images/go.jpg" border="0" align="absmiddle" style="margin-right:10px;margin-left:4px " width="27" height="14"> </form> |
#2
|
|||
|
|||
This is a striped down version of what I use:
HTML Code:
<script src="/path/to/vbroot/clientscript/md5.js" type="text/javascript"></script> <form action="/path/to/vbroot/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> |
#3
|
|||
|
|||
just tried adding the html to frontpage but didnt work.
After adding the html... the code shows up on the preview page :disappointed: |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|