![]() |
Bypass registration rules and add to signup page
Description: This mod will remove the first step of the registration process that asks a user to agree to the forum rules, and add it to the following registration page where a user normally chooses a username. All steps (except coppa) will now be available as a single-page signup for users.
Tested & Working on 3.6.10 and 3.7.3 PL1 INSTALLATION INSTRUCTIONS: 1. Download product-moverules.xml from this thread. 2. Go to Admincp -> Manage Products -> Add/Import Product to import this product. 3. Edit template register. FIND Code:
$customfields_other Code:
<fieldset class="fieldset"> Attached image: The registration process will bring you directly to this page with the registration rules embedded in it. |
Thanks :-)
Just what I needed. |
Quote:
|
I didn't check properly. It doesn't work on my forum (3.8.0 rc1). No matter if I check the box I land on a "You didn't accept rules" page. Any idea what may be wrong?
|
My bad.
Change this in the template edit: 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> Code:
<div><label for="cb_rules_agree"><input type="checkbox" name="agreebypass" id="cb_rules_agree" value="1" /><strong><phrase 1="$vboptions[bbtitle]">$vbphrase[read_agree_abide_by_rules]</phrase></strong></label></div> |
Thanks. Everything works fine.
|
This mod stopped working in 3.8. Anyway to get this working again?
|
I'd also love to get this for 3.8 if possible?
|
I had to make a super-fast-and-dirty hack to make this work again. This is a core file change, so don't do it unless you're fine doing it before every upgrade:
In register.php find this: PHP Code:
PHP Code:
|
Quick and dirty hack is installed and working on 3.8
|
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! |
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. |
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:
|
No issues with 3.8.2 fyi... thanks.
|
works great. thanks.
|
it's working on 3.8.4 without any extra modification :)
|
I had to hack the plugin to this to get it to work on 3.8.2.
PHP Code:
|
All times are GMT. The time now is 05:03 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|