Quote:
Originally Posted by Connector
Hmm what do i forget ? The Space ?
Here i was trying this
PHP Code:
$vbphrase['gtcustom_page1_msg'] = construct_phrase($vbphrase ['gtcustom_page1_msg'], strtoupper($vbulletin->options['username']), strtoupper($vbulletin->options['avatar']), strtoupper($vbulletin->options['rank']));
and in the template
<strong><phrase 1="$vboptions[username]">$vbphrase[gtcustom_page1_msg]</phrase>
in the vBphrase i add a new phrase called
gtcustom_page1_msg
i try to test and add {1} but it dont work
i'm not sure what wrong
Thankyou 
|
Try this:
<strong><phrase 1="$userinfo[username]">$vbphrase[gtcustom_page1_msg]</phrase>