Back to vBulletin 3.5 Template Modifications

Replace User's Online Status Image with Text Equivalent
Mod Version: 1.00, by Alteran Ancient

This modification is in the archives.
vB Version: 3.5.4 Rating: (0 vote - 0 average) Installs: 27
Released: 18 Apr 2006 Last Update: Never Downloads: 3
Not Supported  

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:
Code:
<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:
Code:
$post[onlinestatus]
Then find:
Code:
<if condition="$show['reputation']">$post[reputationdisplay]</if>
Then add below:
Code:
$post[onlinestatus]

That's it, folks! Enjoy it, and the original idea came from Tony's vB3.0 mod.

Download

No files for download.

Screenshots

 

Similar Mods

Avatar's opacity according to user's status (online/offline) vBulletin 3.0 Full Releases
Replace censored text with an image vBulletin 2.x Full Releases

vblts.ru supports vBulletin®, 2022-2024