The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
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.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|