The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Raw isn't showing in 'header'
When im adding the template to a raw variable, and showing it on the template 'vbcms_page', it works.
But when im adding this to the 'header' template, id doens't. Here is the plugin: HTML Code:
$abcHTML = vB_Template::create('DK')->render(); vB_Template::preRegister('header', array('var' => $abcHTML)); vB_Template::preRegister('vbcms_page', array('var' => $abcHTML)); I think the HOOK location isn't good. the location is: process_template_complete. but if this is really the problem, why? and i will be happy for a little explain about 'HOOK'. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|