Log in

View Full Version : How to make the "Remember Me?" checkbox checked by default


Igal.Ab
10-20-2007, 05:22 AM
The "Remember Me?" checkbox in login form is unchecked by default. How can I make this checkbox checked by default?
I am using version 3.6.7 PL1.

--------------- Added 1192862564 at 1192862564 ---------------

Thanks, I solved the problem.
I have added CHECKED in navbar template in this section:
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" CHECKED />$vbphrase[remember_me]</label>

Opserty
10-20-2007, 10:07 AM
Should be checked="checked" but it won't make no difference to what it does :p

Igal.Ab
10-20-2007, 10:20 AM
Should be checked="checked" but it won't make no difference to what it does :p

It doesn't make difference but you are right.

dyna88
10-20-2007, 12:12 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=128001" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=128001</a>

axe70
10-20-2007, 12:29 PM
So funny thread! Thanks to all! :)