Page 1 of 1

Auto login on portal

Posted: 21 Sep 2011, 18:14
by martin123456
Auto login on portal

open styles/prosilver/template/simpleportal_body.html

Find:

Code: Select all

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

Code: Select all

<input type="checkbox" name="autologin" id="autologin" checked="checked" /></label>
Result:
login.png
:D enjoy

Auto login on portal

Posted: 21 Sep 2011, 18:37
by juango
i know it probably doesn't make any difference but you need a space after the id="autologin" and checked="checked"

Auto login on portal

Posted: 21 Sep 2011, 18:51
by martin123456
It works both ways but has its coded like this in simple portal i left it like it

Code: Select all

<input type="checkbox" name="autologin" id="autologin" /></label>