Just a small request: Would it be possible to implement the BBC "Spoiler"?
Announcement
Collapse
No announcement yet.
Spoiler BBC
Collapse
X
-
Comment
-
If you guys are interested in a better spoiler tag, I just added the following to CMP yesterday and I must say, I like it a lot.
Title: Collapsible SpoilerHTML Code:<div style="margin:20px; margin-top:5px"> <div class="smallfont" style="margin-bottom:2px; width:852; height:26"> <b>Spoiler</b>: <input type="button" value="Show" 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 = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }"> </div> <div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;"> <div style="display: none;"> {param} </div> </div> </div>
BB Code Name: CSPOILER
Example: [cspoiler]This text is in a collapsible spoiler[/cspoiler]
Description: This [cspoiler] tag allows you to hide or unhide your text.
Use {option}: No
Button Image (Optional): None
Remove Tag if Empty: Yes
Disable BB Code Within This BB Code: No
Disable Smilies Within This BB Code: No
Disable Word Wrapping Within This BB Code: No
Disable Automatic Link Parsing Within This BB Code: NoLast edited by bfoos; 07-24-2012, 06:23:05 PM.Missing LiquidManZero since 1685.
Comment


Comment