Hello
i try this and it dont work here is the php code
Quote:
$vbphrase['gtcustom_page1_msg'] = construct_phrase($vbphrase ['gtcustom_page1_msg'], strtoupper($vbulletin->options['username']), strtoupper($vbulletin->options['avatar']), strtoupper($vbulletin->options['rank']));
|
Here in the template
<phrase 1="$userinfo[username]" 2="$userinfo[rank]">$vbphrase[gtcustom_page1_msg]</phrase>
So in the page i created it should look like
Hello {1} Your Rank {2}
but it dont work with me for some reson .. :tired: