Add
Code:
Site URL: {1}
Username: {2}
3rd Var: {3}
User ID: {4}
in the phrase "phrase_name"
And in the PHP Code/File add the following code
Code:
$vbphrase['phrase_name'] = construct_phrase('phrase_name', $vbulletin->options['bburl'], $userinfo['username'], 'Hello', $userinfo['userid']);
And in the template where you want to output it, put
HTML Code:
$vbphrase[phrase_name]
Construct Phrase
Function