BbCodes ?

Nite-Hax

New Member
Yeh guys...I have been looking everywhere for some BbCode for vB 3.8.x(1) but i cannot seem to find anything :(

I was hoping someone from VbTeam could give a hand and tell me where i can find the Spoiler BbCode and videos BbCodes (Youtube, Metacafe etc...)


Thanks a lot and i appreciate it, if someone could help :)


Thanks again...
_________
NiTe-HaX
 
inline spoiler bbcode for vb 3.8

Title: Spoiler
BB Code Tag Name: spoiler
Replacement:
HTML Code:
Code:
<span style="color: #000000; background: #000000;" onmouseover="this.style.color='#FFFFFF';" onmouseout="this.style.color='#000000';">{param}</span>Example: [spoiler]THIS TEXT IS SPOILERED LOL[/spoiler]


Description: This tag changes the text into a black box which is unreadable. If you hover the mouse over the black box, the text will magically appear.
Use Option: No
Image:
spoiler.gif



Note: Depending on your template, you may need to change the colors in the HTML replacement code. Just make sure that color, background, and onmouseout match and that onmouseover is different. The colors in the above code are ideal for a template with a light background and dark text.
 
Back
Top