Quote:
Originally Posted by giovannicosta
good style, how do i get rid of:
|
You can remove it in the FORUMHOME template, as someone already pointed out.
Quote:
Originally Posted by M0ther
how do I enable the 'Remember me' checkbox next to the top login fields? This is present in the default style, but I don't see an option to enable or disable this, so it may be buried in the forum template.
|
In your HEADER template, find this line:
<input name="vb_login_username" id="navbar_username" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" type="text" class="forms2" /><input name="vb_login_password" id="navbar_password" type="password" tabindex="102" class="forms3" />
Add this line after it:
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" style="margin: 0px 3px 2px 0px;" id="cb_cookieuser_navbar" accesskey="c" /><span style="padding-right: 4px;">$vbphrase[remember_me]</span></label>