PDA

View Full Version : Spoiler


pozo
01-17-2010, 07:22 PM
Hey there!

I'm searching for a Spoiler-BBCode!
I only found a version with Spoiler-Title but I need a simpler version without the title. :)
Thanks in advance! :up:

pozo

Vaupell
01-17-2010, 08:37 PM
what do you mean, like this

the "STANDARD" spoiler bb_code thats been on allover these forums ? :D


Title : spoiler
Tag name : spoiler
Replacement :
<div style="margin:20px; margin-top:5px"> <div class="smallfont" style="margin-bottom:2px"><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('d iv')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('d iv')[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;">{param}</div> </div> </div>

Exxample : Hides this text with a botton
user option : no
remove if empty : yes
disable xxxx : no, no and no..

this will only make a botton without a title..

Sador
01-17-2010, 08:38 PM
Go to admin CP - custom BB code - add new BB code

Title: Spoiler
BB code tag: spoiler
Replacement: <div style="margin:20px; margin-top:5px"><div class="quotetitle"><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('d iv')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('d iv')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }" /></div><div class="quotecontent"><div style="display: none;"><br>{param}</div></div></div>
Example: This is a spoiler.
Use option: No.

Hope this helps you.

Penguin82
01-18-2010, 04:30 PM
Compatible with 4.0?

pozo
01-18-2010, 05:20 PM
Thanks for all the answers, it works fine! :up:

Sador
01-18-2010, 05:55 PM
Compatible with 4.0?I have no idea why it shouldn't be. :)