The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
i don't understand
hi people,
I have a question.How does vbulletin creates those phrases that output the value of a variable ? for example in templates HTML Code:
$user[username] i notice some phrases have the value of a vbulletin setting in them eg HTML Code:
$vbulletin->options['my_settings_varname']; is it construct_phrase() ?? or the "<phrase>" tag no idea help... |
#2
|
||||
|
||||
construct_phrase() is used in php code, the <phrase> tag is used in templates - both do the same thing.
|
#3
|
|||
|
|||
yeah,
found it Code:
<phrase 1="$user[username]">$vbphrase[varname_here]</phrase> HTML Code:
hello {1} thanks Paul ... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|