The Arcive of vBulletin Modifications Site. |
|
Remember me box automatically ticked vB 4.0.x INC vb 4.0 PL 1 (GOLD) Details »»
|
|||||||||||||||||||||||||||||||
|
Remember me box automatically ticked vB 4.0.x INC vb 4.0 PL 1 (GOLD)
Developer Last Online: Mar 2013
Default Check 'Remember Me'
What does this do? This small template modification will make the 'Remember Me' checkbox automatically checked. Instructions: Admin Control Panel -> Styles & Templates -> Style Manager -> The Style that you Use (mine is Default Style) -> << >> -> header FIND: Code:
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" /> {vb:rawphrase remember_me}</label>
REPLACE WITH: Code:
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" checked=checked"/> {vb:rawphrase remember_me}</label>
ON vB 4.0.1: FIND: Code:
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>
Code:
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" checked=checked"/> {vb:rawphrase remember_me}</label>
SAVE And - Job Done! Please Click Install if you use this. Only recommended for private Computers! ** Worth mentioning that if your members do use a public computer (a shared pc; such as in a Internet Cafe or Library etc). They should remember to untick the box; Manually, Also clear the cookies. Use or Don't use - it's there for you to choose. ![]() UPDATES: ** 18/01/2010 - Updated Code for vB 4.0.1 Version Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
** Reserved **
|
|
#3
|
|||
|
|||
|
Installed
|
|
#4
|
||||
|
||||
|
I always recommend remember me for users that complain about being logged out after so many minutes while typing a thread... I even had the timeout set high but I've never had a problem when they tick the box... this should help them.
|
|
#5
|
|||
|
|||
|
Installed.
|
|
#7
|
||||
|
||||
|
Quote:
It certainly WILL.
|
|
#8
|
||||
|
||||
|
I used this and made the box hidden permanently
|
|
#9
|
||||
|
||||
|
Interesting. Feel free to share how you did it - If you wish to.
|
|
#10
|
||||
|
||||
|
I added style="display:none;" and deleted the remember me code
Code:
<div id="remember" class="remember"> <label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" style="display:none;" value="1" tabindex="103" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" checked=checked"/></label> </div> |
![]() |
|
|