The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]()
Looks like VB somehow stops you from being able to simply grab the $_POST info, and you have to output the data their way:
$vbulletin->userinfo["field6"]; Only took me 6 hours of messing around before I realized how that works haha. -- For anyone who reads this thread and is interested in doing something similar: Find Code:
eval(standard_error(fetch_error('registration_complete', $username, $vbulletin->session->vars['sessionurl'], $vbulletin->options['bburl'] . '/' . $vbulletin->options['forumhome'] . '.php'), '', false)); } } } } } } else if ($_GET['do'] == 'addmember') Above, add: Code:
$bs = $vbulletin->userinfo["field6"]; **Put conditional statements w/ header: redirects here** |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|