MyBB Community Forums

Full Version: MyCode Spoiler [1.6.5]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Tested with 1.6.5 I coded this for vBulletin and then edited a few things

Title: spoiler
Description: spoiler
Regular Expression: \[spoiler\](.*?)\[/spoiler\]
Replacement:
<div style="margin:20px; margin-top:5px"> <div class="smallfont" style="margin-bottom:2px; width:852; height:26"> <span> <b>Spoiler</b>: </span> <input type="button" class="button" value="Show" 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;"> $1 </div> </div> </div>

Demo: http://cyrixtestz.binhoster.com/showthread.php?tid=1
Do you have a demo ?
(2012-01-07, 02:32 AM)Mebes Net Wrote: [ -> ]Do you have a demo ?
I'm making a test site. I will have it up within the hour.


Demo: http://cyrixtestz.binhoster.com/showthread.php?tid=1