puedes poner el spoiler usando un MyCode personalizado agreagalo desde el panel de administracion - MyCode personalizado.
Exprecion regular:
Código:
\[spoiler\](.*?)\[/spoiler\]
cambiar por:
Código:
<div style="margin:20px; margin-top:5px"><div class="quotetitle"><b>Spoiler:</b> <input type="button" value="Ver" 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 = 'Ocultar'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Ver'; }" /></div><div class="quotecontent"><div style="display: none;">$1</div></div></div>