The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
||||
|
||||
![]()
In vB3.5 and vb3.6 just create a new template called custom_Login
Then populate it with this code: Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <if condition="$show['search_noindex']"><meta name="robots" content="noindex,follow" /></if> $headinclude <title>Login</title> $headinsert </head> <body> $header <if condition="$navbar"> $navbar <else /> <br /><br /><br /> </if> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="70%" align="center"> <tr> <td class="tcat">Login Page</td> </tr> <tr> <td class="panelsurround" align="center"> <div class="panel"> <div align="$stylevar[left]"> <if condition="!$show['guest']"> <br />You appear to already be logged in - <a href="index.php">return to home page</a><br /><br /> <else /> <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script> <form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])"> <input type="hidden" name="do" value="login" /> <input type="hidden" name="url" value="$scriptpath" /> <input type="hidden" name="vb_login_md5password" /> <input type="hidden" name="vb_login_md5password_utf" /> $postvars <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="url" value="index.php" /> <!-- permission error message - user not logged in --> <fieldset class="fieldset"> <legend>$vbphrase[log_in]</legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" align="center"> <tr> <td>$vbphrase[username]:<br /><input type="text" class="bginput" name="vb_login_username" size="50" accesskey="u" tabindex="1" /></td> </tr> <tr> <td>$vbphrase[password]:<br /><input type="password" class="bginput" name="vb_login_password" size="50" tabindex="1" /></td> </tr> <tr> <td> <span style="float:$stylevar[right]"><a href="login.php?$session[sessionurl]do=lostpw">$vbphrase[forgotten_your_password]</a></span> <label for="cb_cookieuser"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser" tabindex="1" checked />$vbphrase[remember_me]</label> </td> </tr> <tr> <td align="$stylevar[right]"> <input type="submit" class="button" value="Click Here to $vbphrase[log_in]" accesskey="s" tabindex="1" /> </td> </tr> </table> </fieldset> <div class="smallfont">Need a free username? <a href="register.php?$session[sessionurl]do=register">Click here to register</a></div> </form> </if> </div> </div> <!-- <div style="margin-top:$stylevar[cellpadding]px"> <input type="submit" class="button" value="$vbphrase[go_back]" accesskey="s" onclick="history.back(1); return false" /> </div> --> </td> </tr> </table> <br /> <if condition="!$show['enableforumjump']"> <!-- forum jump --> <table cellpadding="0" cellspacing="0" border="0" align="center"> <tr> <td>$forumjump</td> </tr> </table> <!-- / forum jump --> </if> <br /> $footer </body> </html> Easy ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|