In a custom plugin that's executed at "global_start", I've got vBulletin performing a redirect to an external site:
PHP Code:
$vbulletin->url = $account_signup_url;
eval(print_standard_redirect('signup_redirect', true, true));
However, the vBulletin page that is shown just before the user is redirected seems to be completely unstyled:
Is this the correct behaviour?
If not, what needs to be done to apply the vBulletin theme to this redirect page?
Thanks,
Nick