For output/echo values use curly braces and for array use dot syntax instead of square brackets.
https://www.vbulletin.com/docs/html?...rsion=40205500 - search for "template syntax"
Quote:
Raw Variables
To access variables in the normal, pre-vB4 fashion, use the following syntax:
{vb:raw variable}
This is equivalent to simply accessing $variable in the pre-vB4 syntax. No treatment is applied to the variable. The same dot operator is used to access array elements.
|