Log in

View Full Version : Remember Me box


MikeGK
10-08-2005, 03:50 AM
Is it possible to set the login remember me box checked automatically, when ever a user login? without having to check the remember box again??? I would like the box to be checked by default. Thank you

Mike

clasione
03-17-2006, 03:32 PM
Yes - this is what I am looking for ----- Most of my users on one of my regional sites are dopes and don't even know how to log in ---- I need to keep them logged in if possible by checked default.

KW802
03-17-2006, 03:55 PM
Just add the parameter "checked" to the checkbox tag. For example...

<td class="smallfont" colspan="2" nowrap="nowrap"><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></td>You can see that code in action at Cool SciFi (http://www.coolscifi.com). ;)

clasione
03-17-2006, 03:58 PM
Thank you KW :cool:

mrmike
07-17-2006, 09:49 AM
Thank you KW802 ;) U made my day!