The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Creating a Hide/Show (Spoiler) Feature
As shown in this person's signature:
http://boards1.wizards.com/showpost....00&postcount=1 How does one make it look exactly like that? |
#2
|
||||
|
||||
yeah thats pretty nice.
|
#3
|
|||
|
|||
Bump.
Come on. Will no one even attempt this? |
#4
|
||||
|
||||
I may look in to this one later if nobody else does..
|
#5
|
||||
|
||||
Just view the source .........
Code:
<div style="margin:5px 20px 20px 20px"> <div class="smallfont" style="margin-bottom:2px"><b>Spoiler:</b> <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }"> </div> <div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;"> <div style="display: none;"> HIDDEN TEXT HERE </div> </div> </div> |
#6
|
|||
|
|||
can u teach me how to implement that one in my 3.5 ?
|
#7
|
|||
|
|||
gimme 5 minutes ... can be done by bbcode ...one sec
Go to your BBCode Manager : with these settings : As replacement code you can use the one Paul posted instead of HIDDEN TEXT HERE, you use {param}. Preview should be then : Of course you can use anything, you don't have to call it spoiler2 and since bbcode can be used in signatures, you'll get that result |
#8
|
||||
|
||||
Very nice spoiler code
Chris |
#9
|
|||
|
|||
Another spoiler code would be
And when you mouseover : Settings : |
#10
|
||||
|
||||
There's a spoiler hack just released: https://vborg.vbsupport.ru/showthrea...threadid=97728
At least its something |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|