Alteran Ancient
04-17-2006, 10:00 PM
This is a pretty basic template change while will remove the online/offline status pips, and replace them with a Text status bar instead.
Edit the postbit_onlinestatus Template and replace the whole thing with:
<if condition="$onlinestatus==0"><div class="smallfont">Status: <font color="#BBBBBB"><b>Offline</b></font></div></if>
<if condition="$onlinestatus==1"><div class="smallfont">Status: <font color="green"><b>Online</b></font></div></if>
<if condition="$onlinestatus==2"><div class="smallfont">Status: <i><b>Invisible</b></i></div></if>
Remember, if you know what you're doing, you can replace the colours with ones that suit your forum's style.
Save that, then open the postbit or postbit_legacy Template (Whichever one you use.)
Find this and delete it:
$post[onlinestatus]
Then find:
<if condition="$show['reputation']">$post[reputationdisplay]</if>
Then add below:
$post[onlinestatus]
That's it, folks! Enjoy it, and the original idea came from Tony's vB3.0 mod.
Edit the postbit_onlinestatus Template and replace the whole thing with:
<if condition="$onlinestatus==0"><div class="smallfont">Status: <font color="#BBBBBB"><b>Offline</b></font></div></if>
<if condition="$onlinestatus==1"><div class="smallfont">Status: <font color="green"><b>Online</b></font></div></if>
<if condition="$onlinestatus==2"><div class="smallfont">Status: <i><b>Invisible</b></i></div></if>
Remember, if you know what you're doing, you can replace the colours with ones that suit your forum's style.
Save that, then open the postbit or postbit_legacy Template (Whichever one you use.)
Find this and delete it:
$post[onlinestatus]
Then find:
<if condition="$show['reputation']">$post[reputationdisplay]</if>
Then add below:
$post[onlinestatus]
That's it, folks! Enjoy it, and the original idea came from Tony's vB3.0 mod.