The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Ok. When I go to the Admin CP and edit my templates. If I wanted to add some php programming to a template, how would I go about doing that.
For example: <?php echo 8 + 8; ?> won't work directly in a template. So how do I get it to work. |
#2
|
|||
|
|||
![]()
You can't execute PHP code within templates. Use a plugin instead.
|
#3
|
||||
|
||||
![]()
Templates are for html, however there are a couple of php functions that will work in them. See the manual for some of them - Using PHP Functions in Template Conditionals
If you want to add php, the best way is through the use of plugins. |
#4
|
||||
|
||||
![]()
You can utilise a little work around for your example in templates.
Code:
<if condition="$foo = 8 + 8">$foo</if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|