Quote:
Originally Posted by Taragon
true, however I was trying to avoid the postbit_onlinestatus template, since changing things here also changes ie. the appearance of the memberprofile page.
I was hoping to just change the appearance of the postbit instead.
|
Code:
<if condition="(THIS_SCRIPT == showthread) OR (THIS_SCRIPT == showpost)">
Postbit online code for threads
<else />
Postbit online code for else where
</if>
try that maybe?