The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Forum Login Page Details »» | |||||||||||||||||||||||||
This is a mod devleoped by Myself and other Admin. It is a login page for our forums. No files To upload also your forum will still be on the same page.
Go Admin Cp>Styles and Templates>Edit Templates.>Forum Home Find This Code Code:
<!-- / guest welcome message --> Code:
<!-- Guest Login Box --> <if condition="$show['guest']"> <table width="100%" style="background-image:url($stylevar[imgdir_misc]/cat_back.gif)" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="33" height="27" align="left" valign="top"><img src="$stylevar[imgdir_misc]/cat_top_ls.gif" width="33" height="27" alt=" " border="0" /></td> <td width="22" height="27" align="left" valign="top"><img src="$stylevar[imgdir_misc]/text_ls.gif" width="22" height="27" alt=" " border="0" /></td> <td width="50%" class="tcat" style="background-image:url($stylevar[imgdir_misc]/cat_top_text_bk.gif)" align="left"> <div align="left" class="smallfont"> <b>Login</b></div> </td> <td width="30" height="27" align="left" valign="top"><img src="$stylevar[imgdir_misc]/cat_top_text_end.gif" width="30" height="27" alt=" " border="0" /></td> <td width="50%" height="27" align="left" valign="top"><img src="$stylevar[imgdir_misc]/cat_back.gif" width="50%" height="27" alt=" " border="0" /></td> <td width="10" height="27" align="left" valign="middle"><a style="float:$stylevar[right]" href="#top" onClick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a></td> <td width="20" height="27" align="right" valign="top"><img src="$stylevar[imgdir_misc]/cat_top_rs.gif" width="20" height="27" alt=" " border="0" /></td> </tr> </table> <!-- End top category table setup --> <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center"> <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}"> <tr align="center"> <td class="thead" width="100%" align="$stylevar[left]"> <!-- content table --> <center> You must login or <a href="register.php">register</a> to view our forums.<br> <form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])"> <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" align="center"> <tr> <td class="smallfont" nowrap="nowrap"><label for="navbar_username">$vbphrase[username]:</label></td> <td><input type="text" name="vb_login_username" id="navbar_username" size="20" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" class="textfield" /></td> </tr> <tr> <td class="smallfont" nowrap="nowrap"><label for="navbar_password">$vbphrase[password]:</label></td> <td><input type="password" name="vb_login_password" id="navbar_password" size="20" tabindex="102" class="textfield" /></td> </tr> <tr> <td colspan="2" class="smallfont" align="center"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label> <input type="submit" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" class="textfield" /></td> <tr> </table> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="hidden" name="do" value="login" /> <input type="hidden" name="vb_login_md5password" /> <input type="hidden" name="vb_login_md5password_utf" /> </form> </td> </tr> </table><else /> </if></center> <!-- / content table --></td> </tr> </tbody> </table> <!-- bottom table setup --> <div class="ftr_bdr"> <table width="100%" class="thead" cellpadding="0" cellspacing="0"> <tr> <td width="100%" height="9"><img src="$stylevar[imgdir_misc]/btm_base.gif" width="100%" height="9" alt=" " border="0" /></td> </tr> </table> </div> </if> <!--/ Guest Login Box --> Code:
<!-- main --> Code:
<if condition="$show['member']"> Code:
$footer Code:
</if> Screenshots Added Show Your Support
|
Comments |
#22
|
|||
|
|||
Hi,
I'm trying to get this into my forum. but I cannot find the Code:
<!-- / guest welcome message --> Code:
<!-- / main --> Or is there a better way to have a separate login page on vBulletin ? Help help. Regards, Apurv |
#23
|
||||
|
||||
I installed this hack and while it looks very nice I ran into a problem. I accidently deleted a part of the code for the forum home page that shouldn't have been deleted. Can someone look at it: http://www.justusnurses.com/forum/index.php and perhaps send me a code for the entire forum home page including the hack? Thanks.
Otherwise if someone could send me a copy of just the homepage without the hack I will reinstall the hack more carefully. Thanks so much. Great hack by the way! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|