Does anyone know how 2 add 'spoiler tags' like the one created on this forum?
Already found this option but I prefer the other one :)
Ike
Printable View
Ask sam4 he did for Cheese's
looks to be almost the same as img and link code?
I know :PQuote:
Originally Posted by wacko jacko
but they need some sort of editing in the code 2 get them 2 work
Not to sure if you can replicate that without using a mod (looking at the source it seems to be javascript linked to the button).
Spoiler Tags added :)
http://filesharingtalk.com/vb3/misc....bbcode#spoiler
This tag will black out the text between the code, and make it visible only when you move your mouse over it.
Spoiler: ShowSPOILER!!!!!!!!!!!!
nice i was wondering why i could'nt see your bannerQuote:
Originally Posted by {I}{K}{E}
ah i see.
javascript.
blame IE, or else you could just use <span class="spoiler"></span>
:rolleyes:
code works fine here in IE :huh:Quote:
Originally Posted by Sparsely
wasn't implying that it didn't.
Nice addition...Quote:
Originally Posted by {I}{K}{E}
Nice, could anyone post the code for it? I’ve got an InvisionFree telly board and could do with it :ermm:
sorry to be a dick but is it possible to make it on click rather than hover? :unsure:
it's the same as [IMG][/IMG] TAGS execpt instead of img like this[IMG] you put [spolier] instead ;)Quote:
Originally Posted by Mr. Mulder
and @gepperrankins is right this need a button to jus automatically do it for you ;)
:frusty: I meant what's the CSS or Java or whatever to add the coding to forum :rolleyes:Quote:
Originally Posted by wacko jacko
What I did is only working for vBulletin me thinks.Quote:
Originally Posted by Mr. Mulder
Found it here:
http://www.vbulletin.com/forum/showp...&postcount=181
Can't do it with a button like I wanted it.Quote:
Originally Posted by GepperRankins
Maybe I will try 2 make it so that you need to select the text 2 make it visible instead of hover it.
Yeah, looks like it :sadwalk:Quote:
Originally Posted by {I}{K}{E}
Quote:
is it possible to make it on click rather than hover?.
:unsure:Code:<span class="spoiler" onClick="this.style.color='#FFFFFF';" onmouseout="this.style.color=this.style.backgroundColor='#0000 00'">{param}</span>
ya. :happy:Quote:
Originally Posted by SeK612