The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi, all,
I would like to add the "spoiler" BB code to my forums. When I fill out the "add new BB code" area according to instructions, all that happens when testing it on the forums is that the selected text is simply there as any other normal text would be. For instance, when in the forums and I type: [spoiler]testing[/spoiler] the word "test" simply appears as: test .........it does not make the word "test" black with the black background. How do I get it to appear as it is supposed to? What am I doing wrong? This is what I put in the "replacement" box: <spoiler>{param}</spoiler> |
#2
|
|||
|
|||
![]()
bump!
|
#3
|
|||
|
|||
![]()
As far as I know <spoiler> is not valid HTML...
|
#4
|
|||
|
|||
![]()
Look at this thread on this forum:
http://forums.techguy.org/random-dis...-world-75.html This link should be to the last page or so. At any rate, pretty much anywhere on this thread you will see posts that have text that is blacked out.........If you click and highlight the black area, you are able to read the text. This ability is what I am wanting to add to my forums, but I can't figure out how. |
#5
|
|||
|
|||
![]()
From what I can tell all that is is a very basic HTML table in which the background color is the same as the text font color, so you have to highlight it and you can see the text.
Try using this as the replacement. HTML Code:
<i>Spoiler:</i> <table border=0 bgcolor="#000000"><tr><td><font color="#000000">{param}</font></td></tr></table> |
#6
|
|||
|
|||
![]()
Yay!! It works!
Thanks so much! I would have NEVER figured all that out on my own, lol. ![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|