Hi, I kinda only have a short question (before I waste another few days of my life, because I didn't wanted to ask for help lol).
My Problem is, that I would like to hook a template on {vb:raw header} (so I don't need any Template edits anymore).
But all I get to work is, when I add in for example Forumhome Template {vb:raw header2} (then my template gets shown, but not if I try to use the real one).
So the Question is:
Is it actual possible or not (to use {vb:raw header})?
The Plugin Code I am using:
PHP Code:
$templater = vB_Template::create('dev3_main');
$templater->register('my_var', $my_var);
$templater->register('my_array', $my_array);
$templatevalues['header'] = $templater->render();
vB_Template::preRegister('FORUMHOME', $templatevalues);
hook: process_template_complete (tried also a few others).
And sorry for asking stupid Questions

.