The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Basically,
<if condition="xxx"> some HTML </if> ==> if (xxx) { echo('some HTML'); } although you have to handle any single quotes and variables that might appear in "some HTML" <phrase 1="x" 2="y" 3="z">phr</phrase> ==> construct_phrase("phr", "x", "y", "z"); That phrase stuff is a vb function of course, so if you're not using any vb you could just build a string instead. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|