The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Hooking to footer in default AND mobile
I am trying to hook to the footer in both the mobile style and default style.
in global_start I use: Code:
$templater = vB_Template::create('my_template'); $templatevalues['somevalue'] = $templater->render(); $footer .= $templater->render(); --------------- Added [DATE]1613769413[/DATE] at [TIME]1613769413[/TIME] --------------- Ok so i managed to get the source to show the template is there but nothing is rendering, the template itself does not include an if condition around everything so something should be showing yet all that is rendering is: Code:
<!-- END TEMPLATE: footer --><!-- BEGIN TEMPLATE: drc_adblock_img_notice --> <!-- END TEMPLATE: drc_adblock_img_notice --> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|