How do i add Spoiler tags wit bbcode?

Ryan456

New Member
Yes i need help.. i searched the whole forum but i see 3.7.x and 3.6.x

I need one for 3.8.x

Spoiler tags for BBCode :D
 
Title Spoiler

BB Code Tag Name Spoiler


Replacement
Code:
<div>
    <div class="pre-spoiler">
    <input type="button" value="Click Me" style="width:450px;font-size:14px;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 = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.value = 'Click Me';}">
    </div>
    <div>
        <div class="spoiler" style="display: none;"><div style="border: 1px solid ;">{param}</div></div>
    </div>
</div>

Example
enter your text here

Description
Shows and hides text with the click of a button

Use {option} No

Button Image (Optional)
yvminq4tb5w2filhl8q5.jpg


Remove Tag If Empty - Yes
 
Back
Top