Here's updated code for 4.0
replace all code inside
postbit_onlinestatus with:
Code:
Status:
<vb:if condition="$onlinestatus==0">
<span class="statusoffline">Offline</span>
<vb:elseif condition="$onlinestatus==1" />
<span class="statusonline">Online</span>
<vb:elseif condition="$onlinestatus==2" />
<span class="statusinvisible">Invisible</span>
</vb:if>
And use this Variable wherever you wish for this condition to appear.
Code:
{vb:raw post.onlinestatus}