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]
how can i make this sow i can use $vbphrase[whatever] according to the manual it has something todo with {1} and so on but i do not understand
i notice some phrases have the value of a vbulletin setting in them eg
HTML Code:
$vbulletin->options['my_settings_varname'];
just don't understand how i can include this in a phrase
is it construct_phrase() ?? or the "<phrase>" tag no idea
help...