The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Small problem with "online" status.
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:
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? |
#2
|
|||
|
|||
Don't add the table after the Status:
Syl... |
#3
|
|||
|
|||
Then what should the code be so I still get the glow affect?
|
#4
|
|||
|
|||
*TRY* this.
Add this to your header: Code:
<style> <!-- <style type="text/css"><!-- .online { filter:glow(color=yellow); } //--> </style> Code:
<font CLASS="online"><font color="white" size=1">Online Syl... |
#5
|
|||
|
|||
Doh, that didnt work. Shows up as plain online text.
|
#6
|
|||
|
|||
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... |
#7
|
||||
|
||||
<table style="filter:glow(color=yellow, strength=2)">
|
#8
|
|||
|
|||
Quote:
|
#9
|
|||
|
|||
Replace your old table wit SmEdDs but as before, it will not fix your forced BR issue since it's still a table.
Syl... |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|