The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
help with Spoiler Tag codes
I would be very appreciative if someone could point to where the Spoiler tags are at or what the code is for vB 3.6.8
TIA |
#2
|
|||
|
|||
This is what I have
Under "custom bbcode" in the admin cp choose "add new code: Title:Spoiler Tag: spoiler Replacement: <center><font color="red">Spoiler Below</font></center> <div class="spoiler">{param}</div> Example: [spoiler]test[/spoiler] Description: Hides Text I have "use option" set to no. The image I am using is: but I am not too happy with it, its a little big |
#3
|
||||
|
||||
Quote:
2 Simple Steps Step 1 - Add new BB Code as follows: Title: Spoiler Tag: spoiler Replacement: Code:
<span class="spoiler" onmouseover="this.style.color='#FFFFFF';" onmouseout="this.style.color=this.style.backgroundColor='#000000'">{param}</span> Code:
[spoiler]Stuff goes here[/spoiler] Step 2 - Add an Additional CSS Definition Edit the Style(s) that you wish to apply this too .... (Style Manager >> All Style Options) scroll down towards the very bottom of the Options and you will see an area for "Additional CSS Definitions " Enter the below code to the end of the Additional CSS Definitions Code:
.spoiler { color: #000000; text-decoration: none; background-color: #000000; } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|