The Arcive of vBulletin Modifications Site. |
|
Replace User's Online Status Image with Text Equivalent Details »»
|
|||||||||||||||||||||||||||
|
Replace User's Online Status Image with Text Equivalent
Developer Last Online: Apr 2013
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. Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Nice, I like this!
|
|
#3
|
|||
|
|||
|
This hack is very old...
|
|
#4
|
||||
|
||||
|
can we get a screen shot to have a general idea of how it looks thanks...
|
|
#5
|
|||
|
|||
|
Quote:
.It simply replaces the online/offline images vBulletin uses by standard with that of basic text. |
|
#6
|
|||
|
|||
|
<if condition="$show['reputation']">$post[reputationdisplay]</if>
this doesnt exist in 3.5.4 postbit templates |
|
#7
|
|||
|
|||
|
Quote:
|
|
#8
|
||||
|
||||
|
thank you
|
|
#9
|
|||
|
|||
|
Thanks! Exactly what I was looking for.
|
|
#10
|
|||
|
|||
|
Installed. This is exactly what I was looking for.
Kind of off-topic: Can you do the same thing with reputation? Instead of showing the image, show the specific number. |
![]() |
|
|