Does work, had to edit: plugin - build template, and change
pos2
PHP Code:
$template_hook['forumhome_wgo_pos2'] .= $templater->render();
to pos5 to put it at the bottom of whats 'going on'
PHP Code:
$template_hook['forumhome_wgo_pos5'] .= $templater->render();
and then remove this at the end
PHP Code:
if ($render)
{
$templater = vB_Template::create('Boots_Http_Referrers_Targets');
$templater->register('targets', $targets);
$template_hook['forumhome_wgo_pos2'] .= $templater->render();
}
but its still not lined up and looks pretty ugly but can be sorted and it does work.
tagged, testing and modifying when Im bored and have nothing else todo