View Full Version : Online offline status images
Andyrew
06-23-2009, 08:05 PM
How do i make the words online offline show instead of the default gifs that show normally.
This style has the words show, https://vborg.vbsupport.ru/showthread.php?t=215611
What do i need to edit and what do i type in to get this to work.
Thanks. :)
Taragon
06-23-2009, 08:23 PM
You can change your postbit_onlinestatus template to
<if condition="$onlinestatus==0"><span class="offline">$vbphrase[offline]</span></if>
<if condition="$onlinestatus==1"><span class="online">$vbphrase[online]</span></if>
<if condition="$onlinestatus==2"><span class="invisible">$vbphrase[invisible]</span></if>
Andyrew
06-23-2009, 08:51 PM
Thanks, added some colour and it looks great. :up::)
Taragon
06-23-2009, 09:51 PM
How did you manage this if I may ask?
This as the best way would be to use CSS for this if you like:
.offline {
color:#FF4400;
}
etc.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.