The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Okay.. how the heck do you create the variables. So that footer goes into $footer
so where ever you put $footer it will do that? How can i create my own template and variable to do so liek that? |
|
#2
|
||||
|
||||
|
This code:
Code:
eval("\$variable = \"".gettemplate("template")."\";");
For example, footer template: Code:
eval("\$footer .= \"".gettemplate('footer')."\";");
|
|
#3
|
|||
|
|||
|
Code:
eval("\$footer .= \"".gettemplate('footer')."\";");
So i just put the line of code at the top of a template and where every i put $footer is where it would show? thx
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|