The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
How can I add USERNAME to the postbit? (Offering $5)
OK, so in the 'postbit_onlinestatus' we have:
HTML Code:
<span class="smallfont"> <if condition="$onlinestatus==0"> <phrase 1="$user[username]">$vbphrase[x_is_offline]</phrase> </if> <if condition="$onlinestatus==1"> <phrase 1="$user[username]">$vbphrase[x_is_online_now]</phrase> </if> <if condition="$onlinestatus==2"> <phrase 1="$user[username]">$vbphrase[x_is_invisible]</phrase> </if> </span> PS. I edited my phrase so now it only sais ONLINE, so thats why I want to do this. So if anyone knows, please help me. THankx. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|