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.

Legacy Advanced User Tagging

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
2,518
Customer rating
0.00 star(s) 0 ratings
Back
Top