I am trying to get:
{vb:raw affiliation}
To display my affiliation template within the forumhome template, but I am having no luck. It doesn't display anything when I place {vb:raw affiliation} in my FORUMHOME template.
hook - global_start
Code:
$templater = vB_Template::Create('affiliation');
vB_Template:reRegister('FORUMHOME',array('affiliation' => $affiliation));
$affiliation .= $templater->render();