The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Online offline status images
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. |
#2
|
||||
|
||||
You can change your [minicode]postbit_onlinestatus[/minicode] template to
Code:
<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> |
#3
|
|||
|
|||
Thanks, added some colour and it looks great. :up:
|
#4
|
||||
|
||||
How did you manage this if I may ask?
This as the best way would be to use CSS for this if you like: Code:
.offline { color:#FF4400; } etc. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|