MyBB Community Forums

Full Version: mycode spoiler dont work D:
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
my spoiler code and others spoilers codes dont work in my forum mybb 1.6

i tested that code in the "Test Value" and that code work, but in my posts dont work :'(

help plz Sad

Smile



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


<div style="padding: 3px; background-color: #FFFFFF; border: 1px solid #d8d8d8; font-size: 1em;">
<div style="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;\'>Ocultar</a>'; }
else
{ this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerHTML = '<b>Spoiler: </b><a href=\'#\' onClick=\'return false;\'>Mostrar</a>'; }
" />
<b>Spoiler:
</b>
<a href="#" onClick="return false;">
Mostrar
</a>
</span>
</div>
<div class="quotecontent">
<div style="display: none;">
$1
</div>
</div>
</div>
anybody here?

i have a problem, help plz Smile
Try this one
http://mybbsource.com/mycodes.php?act=view&mid=11
Modify it is you need too Smile
:O

work Big Grin

ty Smile
Your welcome sir Smile
Or, an even better one with support for nesting: http://mods.mybboard.net/view/spoiler-bbcode

Just tested, works on 1.6 as well, just needs to change the compatibility line at the top of the plugin to match 1.6, I'll update that immediately after 1.6's final release.