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)

Welshy2008 09-18-2010 10:36 AM

Quote:

Originally Posted by bahattab (Post 2099611)
i am talking about the file i uploaded i want some one to fix it so we can use it as product and we do not need to change the style code.

thanks

That may be, But you didn't upload a "File" from this mod, because it only needs template changes.

Therefore, you would be better to ask that question on the thread, where ever you uploaded your original file from.


Regards,
Welshy2008.

bahattab 09-19-2010 02:15 PM

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

djbaxter 11-09-2010 01:48 AM

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>
be changed to 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>
?

samiro 12-04-2010 11:50 AM

you need to fix this line - and add (checked="checked")

djbaxter 12-04-2010 03:46 PM

Quote:

Originally Posted by samiro (Post 2129176)
you need to fix this line - and add (checked="checked")

Yep. See my post just above yours.

Sforums 12-22-2010 03:20 AM

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>
Can someone help me please?

Yaung Sein 12-26-2010 01:26 PM

Quote:

Originally Posted by Sforums (Post 2137472)
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>
Can someone help me please?

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>

OldSchoolDSL 12-27-2010 04:07 PM

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>

This worked for me

4.1 PL2

COL NIL SATIS 12-29-2010 05:08 PM

nice one !!!

bulldog51981 01-16-2011 10:13 PM

Does not work with moded skin style on 4.1PL2 (at least mine anyway)


All times are GMT. The time now is 05:47 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.01157 seconds
  • Memory Usage 1,746KB
  • 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
  • (2)bbcode_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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