The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
We have a TV show/movie forum. However, some users have not seen some tv shows or movies and don't want to see what happens in the episode or movie. So, is there a bbcode that allows the poster to enclose certain text but it's not viewable until the viewer clicks something. For example, lets say the post says this:
Poster: In episode 2 of lost this is what happened: [spoiler]Jack dies[/spoiler] The viewer of this would see: In episode 2 of lost this is what happened: Click to see the spoiler Anyone know of this? Thanks! Jordan |
#2
|
|||
|
|||
![]()
well one thing you can do is something like
<span id="postidmaybe?" style="display:none" onclick="showspolier(this)">Spoiler text goes here</span> Then using javascript you can make a function called showspolier and set the display to display: block http://www.scriptygoddess.com/archiv...de-javascript/ heres an example of that. Basically you just want to open it. So you dont need the close script. Only thing is this will always be hidden until you click it unless you get into cookies or saving info to a database. Besides that you can get a reply to view this thread hack. Im pretty sure there is one. |
#3
|
||||
|
||||
![]()
There's a hack for this. Search is your friend.
|
#4
|
|||
|
|||
![]()
I did do a search under 3.6 mods for spoiler before I made this thread which showed up nothing that I wanted.
|
#5
|
|||
|
|||
![]()
Look and you will find...
http://www.ncode.nl/vbulletinplugins/ |
#6
|
|||
|
|||
![]()
Thanks!
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|