vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Small problem with "online" status. (https://vborg.vbsupport.ru/showthread.php?t=56979)

MaDCaT75 09-11-2003 07:40 PM

Small problem with "online" status.
 
1 Attachment(s)
For my users I have their status wether they are online or offline in postbit. For the onine part, the code is this:

PHP Code:

<table style="filter:glow(color=yellow)"><tr><td><font color="white" size=1">Online</td></tr></table></font> 

However it seems to create an unwanted affect such as shown here:

as you can see it creates a <br> under the STATUS: part. Any way to make it so that "online" is right next to the status part?

Sylvus 09-11-2003 08:48 PM

Don't add the table after the Status:

Syl...

MaDCaT75 09-11-2003 09:54 PM

Then what should the code be so I still get the glow affect?

Sylvus 09-11-2003 10:15 PM

*TRY* this.

Add this to your header:

Code:

<style>
<!--
<style type="text/css"><!--

.online { filter:glow(color=yellow); }

//-->
</style>

In your postbit, replace the table with:

Code:

<font CLASS="online"><font color="white" size=1">Online
Give that a shot. I'm not sure if it will work with Styles because of the glow but it won't hurt trying.

Syl...

MaDCaT75 09-12-2003 01:02 AM

Doh, that didnt work. Shows up as plain online text.

Sylvus 09-12-2003 02:08 AM

Then you'll have to play around with your post bit layout to remove the forced BR that the table causes.

Or find something else to use to represent offline and online. The glow doesn't do it for me :)

Good luck!

Syl...

SmEdD 09-12-2003 02:08 AM

<table style="filter:glow(color=yellow, strength=2)">

MaDCaT75 09-12-2003 04:57 AM

Quote:

Originally Posted by SmEdD
<table style="filter:glow(color=yellow, strength=2)">

I'm about confused as to where to put this exactly or what to replace it with :confused:

Sylvus 09-12-2003 11:17 AM

Replace your old table wit SmEdDs but as before, it will not fix your forced BR issue since it's still a table.

Syl...


All times are GMT. The time now is 08:13 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00973 seconds
  • Memory Usage 1,727KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete