The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Skipping Forum Rules
Does anyone know how I can skip the "Forum Rules" step in the registration process. I understand the concerns of why it's there in the first place and skipping it is bad but still want to do it.
There are a few mods out there but none seem to work for vB 3.8 at least not that I could find. The most common idea is to create a plugin on register_start and pass it the agree value such as this.... Code:
if (empty($_REQUEST['do']) || $_REQUEST['do'] == 'signup') { $_REQUEST['do'] = 'register'; $vbulletin->GPC['agree'] = 1; } |
#2
|
||||
|
||||
thats no sweat..
install this mod here IF you only inport/install the plugin it will skip rules and age verification. IF you do the template edits you can still have rules shown on profile registration I got it on my 3.8.1 board, buggy, but does what i want it to do |
#3
|
|||
|
|||
Cheers mate, that's perfect!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|