The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Registration Redirect?
Is there an easy way to redirect after registration? I'm trying this:
Code:
$templater = vB_Template::create('registration_complete'); $templater->register_page_templates(); $templater->register('header', $header); $templater->register('navbar', $navbar); $templater->register('footer', $footer); eval(print_output($templater->render('registration_complete', $username, $vbulletin->session->vars['sessionurl'], fetch_seo_url('forumhome', array())), '', false)); Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|