+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 11 to 18 of 18

Thread: Can we ask Spoiler Code or Tab? for forums...

  1. #11
    Keeper of the Sacred Pork Truffled Trifle Chaosblade's Avatar
    Join Date
    Apr 2011
    Location
    Alabama
    Posts
    4,488
    Quote Originally Posted by majestix1988 View Post
    bumpy.....need more comments or usage of this thing


    1. Clean Thread or Faster loading of the thread(who have big Image even Youtube ones)
    2. More Image Thread Created for other game(like on Corpse Party Thread with lots of pictures) with using these its easy to access
    3. We can put walkthrough or guides for new players on thread instead using PM them
    Oh, you're referring to a collapsible spoiler tag and not just a black box. That's a bit more difficult. There's probably something like that available, if not I might be able to whip something up if the powers that be around here were interested.


    And while we're at it, strikethrough text would be nice That's a much easier addition.
    Code:
    <span style="text-decoration:line-through;">{param}</span>
    Last edited by Chaosblade; 02-28-2012 at 04:53 PM.

  2. #12
    Member Pop 'N Fresh raspberry's Avatar
    Join Date
    Aug 2012
    Location
    somewhere clever
    Posts
    64
    Quote Originally Posted by Chaosblade View Post
    And while we're at it, strikethrough text would be nice That's a much easier addition.
    Oh gracious, please. Not enough forums have this. It's so useful.
    Hi, friend! ♥
    Anime List | Visual Novel List

  3. #13
    Quotable Quenelle Truffled Trifle Shizuka's Avatar
    Join Date
    Apr 2011
    Posts
    15,958
    What's strikethrough text?

  4. #14
    Senior Member Truffled Trifle Terro's Avatar
    Join Date
    Apr 2011
    Location
    With the rare items... >_>
    Posts
    5,555
    It's where you put a line through text. Sometimes useful for edits, but it depends.

  5. #15
    Senior Member Breakfast Revelation Ragnawind's Avatar
    Join Date
    Apr 2011
    Location
    Florida, USA
    Posts
    180
    I don't usually use strikethrough myself, but I do use spoilers on forums that have it It issn't that hard t implement in vB, either.
    BBCODE tag name is something like this:
    Code:
    spoiler
    Example like this:
    Code:
    [spoiler=Here is your title]And here is your text[/spoiler]
    and HTML Replacement like this:
    Code:
    <div style="margin:20px; margin-top:5px">
    <div class="smallfont" style="margin-bottom:2px"><i>{option}</i> <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>
    Use {option} and remove if not use should be marked as yes, also.

  6. #16
    Keeper of the Sacred Pork Truffled Trifle Chaosblade's Avatar
    Join Date
    Apr 2011
    Location
    Alabama
    Posts
    4,488
    I gave them a simple code to use for inline spoilers (blacked out text), but they never added it back after the forums were hacked.

    Tom said they weren't interested in adding it back in, something about a vulnerability. To be honest it didn't make any sense to me since it was just a span tag with CSS, if there's a security issue that means they need to update the forum software, not avoid something useful like spoiler tags

  7. #17
    Senior Member Breakfast Revelation Ragnawind's Avatar
    Join Date
    Apr 2011
    Location
    Florida, USA
    Posts
    180
    Quote Originally Posted by Chaosblade View Post
    I gave them a simple code to use for inline spoilers (blacked out text), but they never added it back after the forums were hacked.

    Tom said they weren't interested in adding it back in, something about a vulnerability. To be honest it didn't make any sense to me since it was just a span tag with CSS, if there's a security issue that means they need to update the forum software, not avoid something useful like spoiler tags
    Yes, spoiler tags are useful. Also, BBCodes are NOT security vulnerabilities and can't be vulnerabilities unless the HTML used to compose them is malicious. Having HTML itself disabled prevents malicious HTML from being used on a forum.

  8. #18
    Junior Member Freezerburn Curiosity Piqutchi's Avatar
    Join Date
    Jan 2013
    Posts
    7
    I support all these ideas.

    Strike-through tags are also useful if one wishes to confer a thought that's not front-and-center (but still somewhat related to the post).

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts