vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Mini Mods - Bypass registration rules and add to signup page (https://vborg.vbsupport.ru/showthread.php?t=198913)

CLKeenan 02-05-2009 07:30 PM

I'm on vbulletin 3.7.2 and I tried installing this mod and it only worked halfway. It added the forum rules to the registration page, but it didn't remove the forum rules page before it.

Has anyone else had this problem with 3.7.2? Another thing that could be causing this problem is the fact that I'm using a vbDrupal installation as my backbone. However, I do have my registration method set to vbulletin so I dont think that would be the cause of the problem.

Thanks for any help in advance!

Vaupell 02-06-2009 06:04 PM

haha love the plugin :p was playing around with the register php and that plugin
messed it up so now it skips age verification + rules alltogether and jumps straigth
to normal registrations.

Vaupell 02-06-2009 06:18 PM

Edit with this plugin edit.. it works on 3.8.1 as intended.

changeing signup to checkdate
which still enableds DOB on 3.8.1
else its without DOB.
PHP Code:

// if ($_REQUEST['do'] == 'signup')
if ($_REQUEST['do'] == 'checkdate')
{
$_REQUEST['do'] = 'register';
$_POST['agree'] = '1';


Mod installed.. tx. :up: :up:

timhj 06-11-2009 07:26 AM

No issues with 3.8.2 fyi... thanks.

ihstiv 12-09-2009 10:04 PM

works great. thanks.

JohorBahru 09-24-2011 02:33 PM

it's working on 3.8.4 without any extra modification :)

doob 08-26-2012 07:04 AM

I had to hack the plugin to this to get it to work on 3.8.2.
PHP Code:

if ($_REQUEST['do'] = 'signup')
{
$_REQUEST['do'] = 'register';
$_POST['agree'] = '1';




All times are GMT. The time now is 02:22 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.00990 seconds
  • Memory Usage 1,725KB
  • 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
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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