PDA

View Full Version : How to add online status options?


GamerJunk.net
01-26-2006, 05:33 AM
Basically when I pull up postbit_onlinestatus I find these 3 options that could be displayed.

<span class="smallfont">
<if condition="$onlinestatus==0">
Offline
</if>

<if condition="$onlinestatus==1">
<font color="#FF7800"><strong>Online</strong></font>
</if>

<if condition="$onlinestatus==2">
Invisible
</if>
</span>

Obviously I can easily just add additional options right there for what I want to be displayed, but where do I add those options to be chosen? What file is the online status options chosen from?

Thanks

GamerJunk.net
02-07-2006, 01:11 AM
Nobody has any answer?