Quote:
Originally Posted by dreamer
Okay I did that.. Removed navbar.. Which one of you awesome people are going to help me put that "quicknavbar" thing in the Welcome panel? I would greatly appreciate it.. Like a lot. Please tell me!
|
Under <---Guest Welcome Panel---> or whatever it is, remove the following:
Quote:
<td class="alt2" valign="middle" nowrap="nowrap">
<center>
<form action="login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5pa ssword)">
<span class="smallfont">Login with username and password:</span><br />
<script type="text/javascript" src="clientscript/md5.js"></script>
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="login" />
<input type="text" class="bginput" name="vb_login_username" size="7" />
<input type="password" class="bginput" name="vb_login_password" size="7" />
<input type="submit" class="button" value="Login!" />
<br /><span class="smallfont"><label for="cb_cookieuser"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser" checked="checked" />Remember username/password?</label></span>
</form>
</center>
</td>
|