PDA

View Full Version : Yellow Online / offline feature


rrnolan
12-14-2002, 02:04 AM
I notice that when I am reading posts on the left side under every users name I see a bright yellow online or white offline text. This is a nice hack to know if someone is online, could someone point me toward that hack, I have searched for it but do not seem to beable to locate it

Thank you

Erwin
12-14-2002, 04:54 AM
It's not a hack, it's a template edit. Do a search - I posted on how to do this just recently.

Dean C
12-14-2002, 11:28 AM
postbit_online + postbit_offline templates are the one's you want :)

- miSt

rrnolan
12-14-2002, 06:08 PM
I can not find where you tell folks how to add the Yellow Online thing I see under users names when viewing threads.

Could you tell me where the hack is for that. All I have been able to find are several posts where folks are asking the same thing but no detailed instructions on how to do it is ever posted for them either.

I am using vb 2.6

flup
12-14-2002, 06:19 PM
Mist means online/offline under a post.
Normaal you will see a turned on or off Vb icon.
Now you will see text.

How to get the Online/Offline text onder your name i dunnow

rrnolan
12-14-2002, 06:22 PM
I am using vb 2.6

rrnolan
12-14-2002, 06:46 PM
I figured it out and am posting the Glowing Yellow Online thing here for others if they need it

Edit the following templates:

postbit_online (change the img to text)

<smallfont>
Status:<span style='filter:glow(color="green",strength=2);width:100%'>&nbsp;Online</span>
</smallfont>

postbit_offline

<smallfont>
Status:<span style='filter:glow(color="red",strength=2);width:100%'>&nbsp;Online</span>
</smallfont>

Then in postbit template,
move $onlinestatus anywhere you want it to show up.

If you want your text in a table then use this:

<font color="#ffffff"><table style="filter:glow(color=yellow,strength=2)">Online</table></font>