Announcement

Collapse
No announcement yet.

Spoiler BBC

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Spoiler BBC

    Just a small request: Would it be possible to implement the BBC "Spoiler"?
    I only bother with things that interest me.

  • #2
    Best to ask Lazy,rimsky or LMZ on that but I'm sure one of them will see this thread and respond.
    Spoiler Alert! Click to view...

    THE BAD GUY!!!!!!

    Comment


    • #3
      This ispoiler tag is for inline text.

      The regular spoiler tag is for hiding any type of node like images, videos, links, whatever.

      Spoiler Alert! Click to view...
      Click image for larger version

Name:	gh_logo_2011.jpg
Views:	1
Size:	66.7 KB
ID:	162127
      Please put all complaints in writing and submit them here.

      Above link not working? Try here.

      Comment


      • #4
        Spoiler Alert! Click to view...
        Thanks!
        I only bother with things that interest me.

        Comment


        • #5
          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.

          HTML Code:
          <div style="margin:20px; margin-top:5px">
          <div class="smallfont" style="margin-bottom:2px; width:852; height:26">
           <b>Spoiler</b>:&nbsp;<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>
          Title: Collapsible Spoiler
          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: No
          Last edited by bfoos; 07-24-2012, 06:23:05 PM.
          Missing LiquidManZero since 1685.

          Comment

          Working...
          X