Replace User's Online Status Image with Text Equivalent
This modification is in the archives.
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> Save that, then open the postbit or postbit_legacy Template (Whichever one you use.) Find this and delete it: Code:
$post[onlinestatus] Code:
<if condition="$show['reputation']">$post[reputationdisplay]</if> 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 |