The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
variable not registering confused.
Ok I am re-working my mod for the member action dropdown.
I have this in hook global_start as that is the only one it shows at I tried global_complete Code:
if ($vbulletin->options['new_enable_albums']) { $templater = vB_Template::create('bbr_memberaction_dropdown'); $templater->register('memberinfo', $memberinfo); $template_hook['memberaction_dropdown_items'] .= $templater->render(); } Code:
{vb:raw memberinfo.userid} |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|