The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
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 |
#32
|
||||
|
||||
Quote:
Therefore, you would be better to ask that question on the thread, where ever you uploaded your original file from. Regards, Welshy2008. |
#33
|
|||
|
|||
hi
seriously, i don't remember from ware i downloaded the file. all what i need is to have this node in a product so i am not going to add anything in the template. i hope if some one can help. thanks |
#34
|
|||
|
|||
It looks like there are mismatched quotes around "checked". Shouldn't this
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> 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> |
#35
|
||||
|
||||
you need to fix this line - and add (checked="checked")
|
#36
|
|||
|
|||
Yep. See my post just above yours.
|
#37
|
|||
|
|||
I can't make this work on 4.1, can't find exact code
HTML 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> |
#38
|
|||
|
|||
Quote:
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> |
#39
|
|||
|
|||
Quote:
4.1 PL2 |
#40
|
|||
|
|||
nice one !!!
|
#41
|
||||
|
||||
Does not work with moded skin style on 4.1PL2 (at least mine anyway)
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|