vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Mini Mods - Remember me box automatically ticked vB 4.0.x INC vb 4.0 PL 1 (GOLD) (https://vborg.vbsupport.ru/showthread.php?t=231609)

RK KINGKONG 01-23-2011 01:49 AM

4.1.1 worked great thank you sir .......... this also helps for ppl having issues with arcade signing members out after submitting a score. if youre having this problem they say its good for them to check off remember me to avoid this happening ,.well this is a helpful solution

Videx 01-23-2011 02:29 AM

Quote:

Originally Posted by RK KINGKONG (Post 2153182)
... this also helps for ppl having issues with arcade signing members out after submitting a score. if youre having this problem they say its good for them to check off remember me to avoid this happening ,.well this is a helpful solution

... Only if they're too stupid to actually check the box themselves. In which case I don't want them on my forum.

Sforums 01-28-2011 01:41 AM

Quote:

Originally Posted by Yaung Sein (Post 2139219)
Find this in 'header' template
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>
replace with 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>

Belated thanks!

sisterhood 04-11-2011 07:21 AM

Quote:

Originally Posted by Sforums (Post 2155550)
Belated thanks!

Great! Big Thanks

vnairp11 04-23-2011 01:48 AM

will not work for 4.1.2

Code:

<li class="rememberMe"><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 save}?</label>
this is the code for me

vnairp11 04-23-2011 01:51 AM

Nm it worked i replaced it regardless thanks.

HMBeaty 04-23-2011 01:54 AM

Quote:

Originally Posted by vnairp11 (Post 2187600)
will not work for 4.1.2

Code:

<li class="rememberMe"><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 save}?</label>
this is the code for me

Try replacing yours with
HTML Code:

<li class="rememberMe"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" checked="checked" tabindex="103" /> {vb:rawphrase save}?</label>

SpikedRocker 11-29-2011 05:53 PM

Can a moderator change the orginal post to have correct syntax? Both Replace codes has:
Code:

checked=checked"/>
When it should be:
Code:

checked="checked"/>

RyanIsra.net 12-06-2011 06:48 AM

What about remember me on the login page?

gariksher 01-11-2013 10:10 AM

working on 4.2PL3 !
Thanks!


All times are GMT. The time now is 05:48 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01203 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (1)bbcode_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete