PDA

View Full Version : How can I add USERNAME to the postbit? (Offering $5)


juan71287
09-28-2006, 07:23 PM
OK, so in the 'postbit_onlinestatus' we have:

<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>

How can I add the persons USERNAME wither their usergroup color infront of the phrase?

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. :)