vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Mini Mods - Remove 'agree to forum rules' step from registration (https://vborg.vbsupport.ru/showthread.php?t=141858)

Sychev_S 01-03-2008 07:50 AM

Denied before 13 COPPA registration doesn't work with this hack...

TCE Killa 01-14-2008 11:14 AM

Just what I needed, thanks.

chris1979 01-18-2008 03:08 PM

Is there a way to make this work with 3.7?

IsMaR 01-24-2008 09:10 PM

Quote:

Originally Posted by chris1979 (Post 1423814)
Is there a way to make this work with 3.7?

remove these lines from register.php(somewhere around line 561)

PHP Code:

if (!$vbulletin->GPC['agree'])
    {
        eval(
standard_error(fetch_error('register_not_agreed'$vbulletin->options['forumhome'], $vbulletin->session->vars['sessionurl_q'])));
    } 

and install and enable the hack. im not sure how to make it work but enabling that hack and removing these lines works.

the hack removes the rules page, but it dont make it so that its like the check box is checked in so then it says you did not agree to the rules, that code above is the code that says you did not agree to the rules.

logicuk 02-19-2008 10:23 PM

this dont work with vb 3.7 i get this error

You have chosen not to accept the forum rules, so registration cannot continue.

Click here to return to the main forums page, or click the 'Back' button on your browser if you now want to agree with the forum rules.

logicuk 02-24-2008 01:04 PM

has anyone managed to fix this for vb 3.7 b5?

jGas 03-12-2008 09:05 PM

it doesn't work for me too.. :(

basketmen 03-31-2008 07:05 PM

Quote:

Originally Posted by ElfMage (Post 1220325)
Open the register template, and find this line:

Code:

  $customfields_other
And right under it, add the following:

HTML Code:

<div><label for="cb_rules_agree"><input type="checkbox" name="agree" id="cb_rules_agree" value="1" /><strong><phrase 1="$vboptions[bbtitle]">$vbphrase[read_agree_abide_by_rules]</phrase></strong></label></div>

This will add the checkbox. But it will not verify whether the user agreed or not... :rolleyes:

Hi guys, this is my code, it is better than the above code

<div><label for="cb_rules_agre4e"><input disabled checked type="checkbox" name="agree" id="cb_rules_agree" value="1" /><strong><phrase 1="$vboptions[bbtitle]">$vbphrase[read_agree_abide_by_rules]</phrase></strong></label></div>

Skavenger 04-04-2008 06:04 PM

after upgrade to 3.6.9 this mod stop working for me. I get this error message when I try to register

Quote:

You have chosen not to accept the forum rules, so registration can not continue.

Click here to return to the main forums page, or click the 'Back' button on your browser if you now want to agree with the forum rules.

momo2 04-05-2008 09:04 AM

same here after upgrade to 3.6.9 u can not register anymore.. :( no wonder i did not get any new members, good thing i check now


All times are GMT. The time now is 07:23 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.01460 seconds
  • Memory Usage 1,741KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)bbcode_php_printable
  • (3)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