The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Showing variable from template:headinclude from hook:global_start
How can I show up a variable in template headinclude from the plugin global_start? I do not have created any custom template like my_custom_template shown in the code. Please advice me how can I put the variable $car in headinclude. Thanks!
plugin global start $car ='Porsche'; $templater = vB_Template::create('my_custom_template'); $templater->register('car', $car); $car = $templater->render(); template: headinclude (...) {vb:raw car} (...) Why doesn't it work? Thanks! |
#2
|
||||
|
||||
Try this in the plugin:
PHP Code:
|
#3
|
||||
|
||||
That works great!!! Thank you very much!
|
#4
|
||||
|
||||
You're welcome.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|