View Full Version : [Release] Online/Offline Glow
SaintDog
06-28-2002, 10:00 PM
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).
Schorsch
07-10-2002, 06:05 AM
how can I get the size of ONLINE smaller ? it's too big for me.
thanks,
Schorsch
SaintDog
07-10-2002, 06:22 AM
Use vBulletin replacement variables :)
Example:
<table>
<tr>
<td style="filter:glow(color=orange, strength=3,400)">
<smallfont>Online!</smallfont>
</td>
</tr>
</table>
Schorsch
07-10-2002, 06:35 AM
soory I'm noob what do I have to change and where ?
thanks...
imported_dinozz
07-10-2002, 07:03 AM
Beautifull
SaintDog
07-10-2002, 07:09 AM
Please download and read the tutorial, it explains what you need to edit.
Trust
07-10-2002, 08:15 AM
Thx..Lets try :D
imported_-Sidekick-
07-16-2002, 09:25 AM
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?
SaintDog
07-16-2002, 09:31 AM
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).
imported_-Sidekick-
07-17-2002, 05:49 AM
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?
dstruct2k
02-24-2003, 01:44 AM
Just use<font style="filter:glow(color=orange, strength=3,400)">Online!</font>instead of <table>
<tr>
<td style="filter:glow(color=orange, strength=3,400)">
Online!
</td>
</tr>
</table>
Now, that entire template should just be<font style="filter:glow(color=orange, strength=3,400)"><smallfont>Online!</smallfont></font>
I know this works, because that's what I'm using at my boards for one of my styles.
Alchemyst
02-24-2003, 05:18 AM
Just a hint, that on our boards we have many different schemes, and as you can imagine Orange doesn't fit with all of them. So just replace:
<td style="filter:glow(color=orange, strength=3,400)">
with
<td style="filter:glow(color={glowcolor}, strength=3,400)">
Then simply add a replacement for each scheme changing {glowcolor} too whatever color you want.
dstruct2k
02-24-2003, 06:30 AM
Well, I was keeping with the original. SD had already said that you can replace "Orange" with whatever you want. :rolleyes:
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.