PDA

View Full Version : Profile Glow Coding Help


Elemenopee
10-01-2002, 09:19 PM
Hey well in my my forums i have it setup so you can chose a glow and text color for a custom title. It works perfectly and all...but there is a slight problem

What happens is that if you leave the field blank it just defaults to using a red glow and white text (the text is fine...it's the glow that bugs me) I believe it is glowing red...because of how the custom vb code is setup maybe?

So how can i set it so if the glow field is blank no glow will show?

This is how it is setup as of right now to display in the postbit, incase you need this info

<font style="filter:glow(color=$post[field9], strength=2);height=2px" face="Verdana" size="1" color="$post[field8]"><b>$post[usertitle]</b></font>

also the attachment is what the 2 fields look like in usercp

thanks in advance for any help

Tony G
10-02-2002, 12:48 AM
Are you sure there isn't any default color set in the code?

Elemenopee
10-02-2002, 03:58 AM
this is the code replacement for my glow
<font style="filter:glow(color={option}, strength=2);height=1px">{param}</font>

and this is the example code
Text Goes Here

Tony G
10-02-2002, 06:09 AM
Is there actually a glow=red in our code or is that just an example of what it would look like?

Elemenopee
10-02-2002, 08:15 AM
which code are you talking about? what have posted is both straight from the postbit and custom vb code setup

Tony G
10-02-2002, 10:22 AM
Do you have ANY glow=red in your code, because that would make it glow red.

Elemenopee
10-02-2002, 10:55 PM
<a href="http://www.lazerlite.com/forum/glow_readme.html" target="_blank">http://www.lazerlite.com/forum/glow_readme.html</a>

that is the glow hack i installed and am using to call upon for the postbit

Tony G
10-03-2002, 12:38 AM
Hmm, maybe that example affects the default code..