View Full Version : get rid of old VB log in
HeadRat
03-17-2005, 11:53 AM
Now that I have the portal working, where do I go and what do I delete to get rid of the stock VB log in just below the banner? I have the log in on the portal, but don't need the old VB one on there too?
HeadRat
03-17-2005, 09:44 PM
anyone?
Brian
03-17-2005, 09:46 PM
You could edit your navbar template and just remove it from there.
HeadRat
03-18-2005, 03:06 AM
which code is the one I need to remove in navbar?
HeadRat
03-18-2005, 02:31 PM
Which part of the code do I remove, please.
Brian
03-18-2005, 03:01 PM
It's just simple HTML. If you don't know HTML then you should look into finding someone that does to help you with your site.
in the navbar remove the following:
<!-- login form -->
<form action="login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password,vb_login_md5password_utf)">
<script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td class="smallfont">$vbphrase[username]</td>
<td><input type="text" class="button" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="1" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
<td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="3" id="cb_cookieuser_navbar" accesskey="c" checked="checked" />$vbphrase[remember_me]</label></td>
</tr>
<tr>
<td class="smallfont">$vbphrase[password]</td>
<td><input type="password" class="button" name="vb_login_password" size="10" accesskey="p" tabindex="2" /></td>
<td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="4" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td>
</tr>
</table>
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="forceredirect" value="1" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
<!-- / login form -->
HeadRat
03-19-2005, 03:22 AM
It's just simple HTML. If you don't know HTML then you should look into finding someone that does to help you with your site.
Yes, i understand simple HTML code, I just didn't want to take out the wrong thing and then be on here every day asking questions as to how to fix it again.
Dude, if you don't like answering support questions, you shouldn't be doing it.
Thanks, POLO, that did what I wanted.
Brian
03-19-2005, 12:39 PM
I certainly didn't mean to sound rude, so I'm sorry if you took my post that way. I'm more than happy to help people with problems they have using our products, but I can't sit here and help people customize their sites all day. If I did that, then I wouldn't have time to work on newer and better versions of our products for you guys. Keep in mind as well that you can always revert a template in vBulletin, so if something does get messed up you always have a backup. Or you can just copy a template to a text editor and work on the changes there so that you can always go back and undo something.
HeadRat
03-19-2005, 12:53 PM
it's alright and I understand, I got it, the only thing I have left is the dang calender not working, but I have that in another post.
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.