MyBB Community Forums

Full Version: [mybbplus.com] Spoiler Tag
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Title
Spoiler Tag

Short Description
http://www.mybbplus.com

Regular Expression
\[spoiler\](.*?)\[/spoiler\]

Replacement
<div style="padding: 3px; background-color: #FFFFFF; border: 1px solid #d8d8d8; font-size: 1em;"><div style="text-transform: uppercase; border-bottom: 1px solid #CCCCCC; margin-bottom: 3px; font-size: 0.8em; font-weight: bold; display: block;"><span 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.innerHTML = '<b>Spoiler: </b><a href=\'#\' onClick=\'return false;\'>hide</a>'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerHTML = '<b>Spoiler: </b><a href=\'#\' onClick=\'return false;\'>show</a>'; }" /><b>Spoiler: </b><a href="#" onClick="return false;">show</a></span></div><div class="quotecontent"><div style="display: none;">$1</div></div></div>

Usage
[spoiler]Spoiler text here![/spoiler]

Demo
http://www.immortaltechnique.co.uk/small...-1088.html
Nice work. I like the design. Thank you.
No worries Smile
How about image?
Good, now, I have two, one with tags, and this without tags Smile

Thanks!
Nice.. Big Grin
I love it but there is a problem on my page.. it will not open I am using the skin Bold Blue. Is there something I am missing? It works when tested in admin.cp
(2009-08-22, 12:01 AM)Starnova Wrote: [ -> ]I love it but there is a problem on my page.. it will not open I am using the skin Bold Blue. Is there something I am missing? It works when tested in admin.cp

Same thing happens to me.
Great work, I like the design of it. Thanks Smile
it should have a small button
Pages: 1 2