Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Remove 'agree to forum rules' step from registration Details »»
Remove 'agree to forum rules' step from registration
Version: 1.00, by MaestroX MaestroX is offline
Developer Last Online: Apr 2011 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.6.x Rating:
Released: 03-11-2007 Last Update: Never Installs: 99
 
No support by the author.

Removed

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #42  
Old 04-06-2008, 06:03 PM
ElForro ElForro is offline
 
Join Date: Mar 2006
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, It appears not to be working on 3.6.9... Please, anyone knows how to get it working again?

Edit:

Well, I don't really like to modify PHPs, but I really need to remove the rules... so, here it is:

Comment or remove this lines from your register.php

PHP Code:
    if (!$vbulletin->GPC['agree'])
    {
        eval(
standard_error(fetch_error('register_not_agreed'$vbulletin->options['forumhome'], $vbulletin->session->vars['sessionurl_q'])));
    } 
You must enable this Product also...
Reply With Quote
  #43  
Old 04-09-2008, 12:44 AM
davemac davemac is offline
 
Join Date: Feb 2008
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you have installed the product, uninstall it. Then edit the product_removerules.xml and find the line:

PHP Code:
$_REQUEST['agree'] = 1
and change it to:

PHP Code:
$_POST['agree'] = 1
Re-install the product. This probably will work for 3.6.9 but I can't say for sure.

Enjoy.
Reply With Quote
  #44  
Old 04-09-2008, 01:15 AM
Skavenger Skavenger is offline
 
Join Date: Sep 2005
Posts: 214
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by davemac View Post
If you have installed the product, uninstall it. Then edit the product_removerules.xml and find the line:

PHP Code:
$_REQUEST['agree'] = 1
and change it to:

PHP Code:
$_POST['agree'] = 1
Re-install the product. This probably will work for 3.6.9 but I can't say for sure.

Enjoy.
your fix works fine, thanks!

edit: works on vb3.7rc2 too
Reply With Quote
  #45  
Old 04-14-2008, 05:24 AM
GetWebHost GetWebHost is offline
 
Join Date: Mar 2008
Location: Philippines
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any comment (from fix above) or update from MaestroX?
Reply With Quote
  #46  
Old 05-04-2008, 08:45 AM
myown myown is offline
 
Join Date: Jan 2007
Posts: 145
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

above fix works
Reply With Quote
  #47  
Old 05-04-2008, 10:57 PM
ElForro ElForro is offline
 
Join Date: Mar 2006
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Davemac! Your fix works great...
Reply With Quote
  #48  
Old 05-23-2008, 06:43 AM
diamond-optic's Avatar
diamond-optic diamond-optic is offline
 
Join Date: Sep 2006
Location: Upstate NY
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

fix works perfect for 3.7.0 gold ty
Reply With Quote
  #49  
Old 06-05-2008, 04:04 PM
ChrisDean ChrisDean is offline
 
Join Date: Jun 2008
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by davemac View Post
If you have installed the product, uninstall it. Then edit the product_removerules.xml and find the line:

PHP Code:
$_REQUEST['agree'] = 1
and change it to:

PHP Code:
$_POST['agree'] = 1
Re-install the product. This probably will work for 3.6.9 but I can't say for sure.

Enjoy.
PHP Stores server variables in 3 arrays $_REQUEST, $_POST and $_GET

The reason this probably broke on upgrade is that the newer versions access the $_POST array instead of the $_REQUEST (is more correct IMO) but to attempt to "futureproof" my install of this product I left the $_REQUEST version as is but added the $_POST version as shown and (though they'd only ever use it if they were crazy) I added the $_GET version in too.

So in my case I changed:

$_REQUEST['agree'] = 1;

To:

$_REQUEST['agree'] = 1;
$_POST['agree'] = 1;
$_GET['agree'] = 1;

No sure if that helps anyone but I thought I'd add it anyway

Chris
Reply With Quote
  #50  
Old 07-08-2008, 06:52 PM
Mr.Abdullah Mr.Abdullah is offline
 
Join Date: Jul 2008
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank You
Reply With Quote
  #51  
Old 10-08-2008, 02:39 AM
ERAFOX ERAFOX is offline
 
Join Date: Nov 2007
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

fix works fine
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:42 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07293 seconds
  • Memory Usage 2,314KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (7)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete