Page 1 of 1

Log me in automatically box

Posted: 22 Jun 2010, 03:37
by iheartbreakz
how can i get the login me in automatically box already ticked as defauly like in the picture below?

Re: Log me in automatically box

Posted: 22 Jun 2010, 06:15
by Stoker
open login_body.html and find:

Code: Select all

<input type="checkbox" name="autologin" id="autologin" tabindex="4" />
Replace with:

Code: Select all

<input type="checkbox" name="autologin" id="autologin" tabindex="4" checked="checked" />

Re: Log me in automatically box

Posted: 22 Jun 2010, 06:31
by iheartbreakz
thanks man! appreciate it ;)

Re: Log me in automatically box

Posted: 12 Aug 2010, 08:24
by am.hitek
Thanks!