The Arcive of vBulletin Modifications Site. |
|
[Release] Online/Offline Glow Details »»
|
|||||||||||||||||||||||||
Author: SaintDog
Description: This will teach you how to make a member more noticeable when online by making his online text glow (you may need to change the color, default is orange; note, we do not use this here at vBT). Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
how can I get the size of ONLINE smaller ? it's too big for me.
thanks, Schorsch |
|
#3
|
|||
|
|||
|
Use vBulletin replacement variables
![]() Example: <table> <tr> <td style="filter:glow(color=orange, strength=3,400)"> <smallfont>Online!</smallfont> </td> </tr> </table> |
|
#4
|
||||
|
||||
|
soory I'm noob what do I have to change and where ?
thanks... |
|
#5
|
|||
|
|||
|
Beautifull
|
|
#6
|
|||
|
|||
|
Please download and read the tutorial, it explains what you need to edit.
|
|
#7
|
|||
|
|||
|
Thx..Lets try
|
|
#8
|
|||
|
|||
|
with the current format if I have it say Status: $onlinestatus, it makes it so that "Online!" is on the next line and doesn't align up. This is because online is within a table on that template I'm guessing. Anyway to keep it on the same line as Status?
|
|
#9
|
|||
|
|||
|
Make sure you do not have a <br> in the postbit_online or postbit_offline template(s), they only thing you should have there is what is in the template tutorial above (in the first post).
|
|
#10
|
|||
|
|||
|
there's no page break. I think it's because the glowing is within a table. Anyway to make it glow w/o having the script within a table?
|
![]() |
|
|