Quote:
Originally Posted by Connector
Hello
there is something is confuse me i have phpcode and i need to use some phrase like "Username"PostCount"Welcome"Rank"avatars" i get the Username work fine without use any vbphrase
In the PHPCode i have add this .
PHP Code:
$vbphrase['content'] = construct_phrase($vbphrase['gtcustom_page1_msg'],strtoupper ($vbulletin->options['usnername']));
in the template i have add this
Code:
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[gtcustom_permissionsadmin_msg]</phrase>
The first think is i dont no how can i add multi phrase and how can i get The UserPostcount etc.. ?
Thankyou
|
Did you forget something after
strtoupper?