Auto login on portal

Download and support for PhpBB3 Simple Portal
Locked
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

Auto login on portal

Post 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
Last edited by martin123456 on 21 Sep 2011, 20:49, edited 2 times in total.
juango
BBCoder II
BBCoder II
Posts: 34
Joined: 30 May 2011, 20:44

Auto login on portal

Post by juango »

i know it probably doesn't make any difference but you need a space after the id="autologin" and checked="checked"
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

Auto login on portal

Post 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>
Locked