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();
}
But this does not show the
Code:
{vb:raw memberinfo.userid}
Every thing else shows.