Basically when I pull up postbit_onlinestatus I find these 3 options that could be displayed.
Code:
<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