The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Glow BB Code Details »» | ||||||||||||||||||||||
WARNING: There is a "Cosmetic Exploit" in this BBCode.
Someone who knows what they are doing can use it to add arbitrary CSS attributes to the text such as custom font sizes and background colors. It in no way affects site security but can be annoying if your users use it improperly. Use at your own risk. This is a simple bbcode that if searched for you can find in various forms but in my search it appears never to have been written out as a bbcode mod, so here it is... No 'programming' was needed for this, Aside from the button I don't consider it 'mine' anymore than the <font> tag is mine because I may use it from time to time. I am simply releasing this for those who may be searching for bb codes and not the general forum. Shadow (the css behind this) is not supported by Internet Explorer 7 or 8, it will hopefully be part of 9 though. This works fine in Chrome, Firefox, Safari, and Opera. Update: a work-around has been added for use with IE8. Demo: here. Add a new BBCode Title: Glow BB Code Tag Name: glow Replacement: Code:
<!--[if IE]> <div style="filter:progid:DXImageTransform.Microsoft.Glow(color={option}, strength=1);width:100%">{param}</div> <![endif]--> <![if !ie]> <span style="text-shadow: {option} 0px 0px 5px;">{param}</span> <![endif]> Description: This code makes text "Glow" (Actually a shadow attribute) Use Option: Yes Button Image: (optional) Remove Tag If Empty: Yes All Disable Options: No You can use standard color names in the option such as red, blue, green, yellow, etc... You can also use hex color codes preceded by the # sign for exact colors, such as #0000FF Click here for common hex color codes. Please mark as installed if you use this. Screenshot attached- note for some reason in the screen capture the green glow is barely visible. The effect is much nicer in the live demo above. Screenshots
Show Your Support
|
Comments |
#2
|
|||
|
|||
Nice BBcode, thanks!
|
#3
|
|||
|
|||
tagged and thanks
|
#4
|
||||
|
||||
Hi,
that didn't work in Chrome ! I used this code and it works in chrome : Code:
<span style="background: #FFF; color: #FFF; text-shadow: 0 0 24px #C00, 0 0 4px #C00, 1px 1px 2px #333;">{param}</span> Thanks,, |
#5
|
||||
|
||||
I use Chrome as my default browser and it most certainly works for me... Are you using the latest version? 5?
To have the user pick a color replace the color you want to be user selectable in your code with {option} for example: Code:
<span style="background: #FFF; color: {option}; text-shadow: 0 0 24px #C00, 0 0 4px #C00, 1px 1px 2px #333;">{param}</span> Personally I've never seen 3 digit hex color codes before but if you say they work I believe you, you'd use [glow="#FFF"] in your example... if you want to replace both the background and color with the same color you can use option twice, but I can't see how this would work: Code:
<span style="background: {option} color: {option}; text-shadow: 0 0 24px #C00, 0 0 4px #C00, 1px 1px 2px #333;">{param}</span> Code:
<span style="background: #FFF; color: #FFF; text-shadow: 0 0 24px #C00, 0 0 4px #C00, 1px 1px 2px {option};">{param}</span> |
#6
|
||||
|
||||
Yes, I used the {option} at first but I realized that many users don't know how to use it,
it would be great if ability to choose color same as (font color) is applicable ? Thank, |
#7
|
||||
|
||||
There's no way I know of to add a color picker/drop down box to custom bb codes. I just have a thread in my forum with examples so people figure out how to use it if they care enough.
|
#8
|
|||
|
|||
Nice little mod that, thanks installed.
|
#9
|
||||
|
||||
Note: If you prefer not to use the "option" to choose a color and just want the glow color to be set, say to red, to simplify use; [glow] as opposed to [glow="red"] for example then use the following replacement code instead:
Code:
<span style="text-shadow: red 0px 0px 5px;">{param}</span> Also under the "Use Option" choose "No" For example use: [glow]glow text[/glow] Do everything else the same. |
#10
|
||||
|
||||
nice mod...how do i get the one on your site [mod] warning <~~~~one
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|