The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
Template conditionals are transformed into ternary operations (in the current version of vBulletin). The "template" is then evaluated.
The following: Code:
<if condition="$show['guest']">Something<else />Else</if> Code:
(($show['guest']) ? "Something" : "Else") |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|