Incompatibilidad con spoiler bbcode

Status
Not open for further replies.

Snafu

New member
Incompatibility with spoiler bbcode

My bbcode spoiler stoped working after enabling tags

This is the spoiler bbcode:

PHP:
<div>
	<div class="pre-spoiler">
	<span style="float:left; padding-top: 2px;"> </span> <input type="button" value="Ver" style="width:80px;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.value = 'ver';}">
	</div>
	<div>
		<div class="spoiler" style="display: none;">{param}</div>
	</div>
</div>

can it be solved?
 
Last edited:
This is a known issue and will be fixed in the next version :)

Sent from my X10i using Tapatalk
 
My spoilers quit working as well, probably due to the same issue, however I had no idea what it was at the time. I just grabbed a different spoiler from vb.org and it was good.
 
Status
Not open for further replies.
Top