PDA

View Full Version : Can we ask Spoiler Code or Tab? for forums...



majestix1988
02-26-2012, 12:02 PM
for easier access on thread(big Pictures/Youtube) and not spoiling us from the games/anime or movies we played/watched for giving respect for other forum member who starting to play or watch


um pwety please?

PS: there is no suggestion thread like this so i posted here

Sorry for Trouble~

yuki-chan
02-26-2012, 01:06 PM
I would like to see a spoiler code.

conurebleu
02-26-2012, 01:17 PM
Yes it would be most useful instead of writing in big SPOILER WARNING SPOILER!

PringlesXD
02-26-2012, 02:19 PM
Yeah, it sucks that it was removed.

Chaosblade
02-26-2012, 02:30 PM
I bumped the topic I made about it after the forums came back up since it ended up disappearing, but nothing came of that. Maybe this one will get more attention.

majestix1988
02-27-2012, 06:09 AM
a pretty useful thing for Image Thread(for easier web access and not messy when entering at first)

majestix1988
02-28-2012, 01:40 PM
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

perrandy
02-28-2012, 02:15 PM
i think that the hackers used this in order to mess with this forum.but thats just a guess of mine

reyvard
02-28-2012, 03:01 PM
I vote for that option too

conurebleu
02-28-2012, 03:53 PM
>Only the spoiler, not too much to do/ask

Chaosblade
02-28-2012, 04:47 PM
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.

<span style="text-decoration:line-through;">{param}</span>

raspberry
08-20-2012, 02:28 AM
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.

Shizuka
08-20-2012, 02:32 AM
What's strikethrough text?

Terro
08-20-2012, 02:40 AM
It's where you put a line through text. Sometimes useful for edits, but it depends.

Ragnawind
10-07-2012, 09:43 PM
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:
spoilerExample like this:
And here is your textand HTML Replacement like this:
<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('d iv')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('d iv')[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.

Chaosblade
10-07-2012, 09:48 PM
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 ;)

Ragnawind
10-07-2012, 10:38 PM
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.

Piqutchi
01-22-2013, 08:34 PM
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).