Glad you got it figured out.
Quote:
Originally Posted by joe-marinas
Is there a list of the variables that are registered automatically?
|
From includes/class_core.php, around line 4568, these variable are registered for you:
$vbulletin->userinfo (as 'bbuserinfo')
$vbulletin->options (as 'vboptions')
$vbulletin->session->vars (as 'session')
$vbphrase
$vbcollapse
$ad_location
$style
$show
$template_hook
There are a few other special cases, but you probably don't care about those.