The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Spoiler Tag
I'd love to have this for vB 3. Our members really miss it.
|
#2
|
||||
|
||||
Look on vb.com - there is a really good spoilers tag there.
|
#3
|
|||
|
|||
I haven't been able to get anything to work since our upgrade to vB3.0.1
We had a spoiler tag in 2.2.9 and it carried over in the upgrade but it wasn't functioning. I tried three different ones that I found at vBulletin.com and no luck. |
#4
|
||||
|
||||
I don't understand why you need a hack for a spoiler tag. Just create a new tag and set the text colour to be the same as the forum background colour. And don't allow your users to change the forum colours.
|
#5
|
||||
|
||||
what if you have lots of templates with different colours??
is there anyway to get it to block over the test in say black? |
#6
|
||||
|
||||
This is the code I'm using in our forums as our [spoiler] BB tag ... works with 3.0.1 ...
Code:
<blockquote><br> <font color=#FF0000><b>SPOILER:</b></font> <font size=1>(highlight to read)</font> <hr><font color=#000000 style=background-color:#000000;> {param}</font> <hr></blockquote> |
#7
|
|||
|
|||
I've been trying to find a decent BB code for a spoiler for a while, and I've finally got one running and thought I'd share the code.
Code:
<SPAN CLASS="spoiler" onmouseover="this.style.color='#FFFFFF';" onmouseout="this.style.color=this.style.backgroundColor='#000000'"> {param} </span> Code:
.spoiler {COLOR: black; TEXT-DECORATION: none; background-color: black; font-weight: normal;} |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|