The Arcive of vBulletin Modifications Site. |
|
BBCode - Glowing Text Details »»
|
||||||||||||||||||||||||||||
Some quick code I wrote up to put a glow around your text.
Example's can be seen in screen-shot below... Go to Admin CP: BBCode: New: Title: Code:
Glow Code:
glow Code:
<style type="text/css">
font.glow1 {text-shadow: 0.0em 0.0em 0.5em #{option}, 0.0em 0.0em 0.5em #{option}, 0.0em 0.0em 0.5em #{option}}
</style>
<font class=glow1>{param}</font>
Code:
[glow=00FF33]Green Glow[/glow] Code:
Puts a glow around text.... Code:
Yes. .. Quote:
.. Screenshots
Show Your Support
|
||||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
This is nice n simple for a noob like me to do unlike so many of these other mods lol , how can i add like a button to this for ppl to use when posting . i saw theres a spot for adding a url image location but where will that button be displayed ? thank you
|
|
#3
|
||||
|
||||
|
good work
installed you have open tag in the code , so if we use it overall text under that will be glow not working with IE too thank you bro |
|
#4
|
||||
|
||||
|
Quote:
Code:
images/editor/glow1.gif
|
|
#5
|
|||
|
|||
|
There are no open tags... It works on my forum... Perhaps you forgot to copy and paste the full thing.. With the </font> at the end for the replacement code.. ?
|
|
#6
|
|||
|
|||
|
just wanted to thank you dearly that worked awesome then all i had to do was add an image to represent it ,. thank you sir
|
|
#7
|
|||
|
|||
|
this cod for my not work
for my work this cod Code:
<font style="color: #{option}; text-shadow: 0px 0px 3px;">{param} </font>
|
|
#8
|
|||
|
|||
|
What do you put in as the option for the [GLOW] tag?
|
|
#9
|
||||
|
||||
|
This is where you put the html color code for what color you want the glow to be.
|
|
#10
|
||||
|
||||
|
This is a great BBCode until you have more than one post that uses it. What ever the last post is that uses a glow color, all of the posts in that thread then turn to that color.
|
![]() |
|
|