![]() |
Remember me box automatically ticked vB 4.0.x INC vb 4.0 PL 1 (GOLD)
1 Attachment(s)
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 |
** Reserved **
|
Installed :D
|
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. :D
|
Installed.
|
|
Quote:
It certainly WILL. :D |
I used this and made the box hidden permanently
|
Quote:
Interesting. :) Feel free to share how you did it - If you wish to. :D |
I added style="display:none;" and deleted the remember me code
Code:
<div id="remember" class="remember"> |
All times are GMT. The time now is 11:00 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|