The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#8
|
|||
|
|||
![]() Quote:
You can also use one preRegister call (assuming they're all going to the header template), like: Code:
$template = vB_Template::create('template1'); $templatevalues['template1'] = $template->render(); $template = vB_Template::create('template2'); $templatevalues['template2'] = $template->render(); $template = vB_Template::create('template3'); $templatevalues['template3'] = $template->render(); vB_Template::preRegister('header', $templatevalues); But if you'd rather make them separate, I don't think there's a lot of overhead involved in multiple plugins or preRegister calls. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|