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; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|