The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Easy BBcode Spolier request
I'd like if possiable the same code from this site. I've looked at all the spoiler codes in the forum and i don't seem to find the one I'm intrested in. I've tried to ask help in some areas but there has been no responce.
I've found this code in a source code on http://forums.narutofan.com I'd like the same code they have for their spoiler tags. I've found a code which nearly looked the same. https://vborg.vbsupport.ru/showthread.php?t=71847 What I'd like in extra from the code above is the option to edit the text which goes with the spoiler e.g. [spoiler=Seto is sexy]Seto is god[/spoiler] and that when i open the box its invisable not like the like above where i get a box surronding the hidden message. Code:
<div style="margin:20px; margin-top:5px"> <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> <div style="display: none;"> Its pretty much Hannibal having a tragic past in WWII against the Nazis. A tale about his love for his baby sister, revenge against those that killed her through cannibalism. His early methods of killing, taste for human flesh, his early days of interest in the human body as a student. With a sprinkle of Japanese background taught by his aunt. He goes revenge ninja style on one guy. </div> </div> </div></div> The source code come from http://forums.narutofan.com/showthre...50#post6980150 Thank you for your time Best Regards, rowlandc |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|