Log in

View Full Version : Remeber Me in VB


Funchiestz
10-09-2005, 11:54 AM
How to make "remember option" in VB is setted "checked" or by default it will be remebered user who login?

Colin F
10-09-2005, 11:58 AM
How to make "remember option" in VB is setted "checked" or by default it will be remebered user who login?

In your navbar template, find this (without green code) and add the green code:
<input type="checkbox" name="cookieuser" value="1" tabindex="3" id="cb_cookieuser_navbar" accesskey="c" checked="checked" />

Funchiestz
10-09-2005, 01:43 PM
<input type="checkbox" name="cookieuser" value="1" tabindex="3" id="cb_cookieuser_navbar" accesskey="c" checked="checked" />

thanx colin^^