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