PDA

View Full Version : Spoiler tags.



{I}{K}{E}
04-12-2005, 04:50 PM
Does anyone know how 2 add 'spoiler tags' like the one created on this (http://forum.buffyworld.com/misc.php?do=bbcode#spoiler) forum?


Already found this (http://www.vbulletin.com/forum/showthread.php?p=849128) option but I prefer the other one :)

Ike

DanB
04-12-2005, 04:58 PM
Ask sam4 he did for Cheese's

wacko jacko
04-12-2005, 05:04 PM
looks to be almost the same as img and link code?

{I}{K}{E}
04-12-2005, 05:06 PM
looks to be almost the same as img and link code?

I know :P

but they need some sort of editing in the code 2 get them 2 work

SeK612
04-12-2005, 06:02 PM
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).

{I}{K}{E}
04-12-2005, 06:40 PM
Spoiler Tags added :)

http://filesharingtalk.com/vb3/misc.php?do=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!!!!!!!!!!!!

wacko jacko
04-12-2005, 06:46 PM
Spoiler Tags added :)

http://filesharingtalk.com/vb3/misc.php?do=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!!!!!!!!!!!!
nice i was wondering why i could'nt see your banner

sparsely
04-12-2005, 07:46 PM
ah i see.
javascript.

blame IE, or else you could just use <span class="spoiler"></span>

:rolleyes:

{I}{K}{E}
04-12-2005, 07:50 PM
ah i see.
javascript.

blame IE, or else you could just use <span class="spoiler"></span>

:rolleyes:

code works fine here in IE :huh:

sparsely
04-12-2005, 07:55 PM
wasn't implying that it didn't.

RealitY
04-14-2005, 06:44 AM
Spoiler Tags added :)

http://filesharingtalk.com/vb3/misc.php?do=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!!!!!!!!!!!!
Nice addition...

Mr. Mulder
04-14-2005, 04:35 PM
Nice, could anyone post the code for it? I’ve got an InvisionFree telly board and could do with it :ermm:

GepperRankins
04-14-2005, 05:57 PM
sorry to be a dick but is it possible to make it on click rather than hover? :unsure:

wacko jacko
04-14-2005, 06:01 PM
Nice, could anyone post the code for it? I’ve got an InvisionFree telly board and could do with it :ermm:
it's the same as TAGS execpt instead of img like this[IMG] you put [spolier] instead ;)

and @gepperrankins is right this need a button to jus automatically do it for you ;)

Mr. Mulder
04-14-2005, 06:50 PM
it's the same as TAGS execpt instead of img like this[IMG] you put [spolier] instead ;)

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:

{I}{K}{E}
04-14-2005, 07:11 PM
:frusty: I meant what's the CSS or Java or whatever to add the coding to forum :rolleyes:

What I did is only working for vBulletin me thinks.


Found it here:
http://www.vbulletin.com/forum/showpost.php?p=787118&postcount=181

{I}{K}{E}
04-14-2005, 07:12 PM
sorry to be a dick but is it possible to make it on click rather than hover? :unsure:

Can't do it with a button like I wanted it.

Maybe I will try 2 make it so that you need to select the text 2 make it visible instead of hover it.

Mr. Mulder
04-14-2005, 07:26 PM
What I did is only working for vBulletin me thinks.


Found it here:
http://www.vbulletin.com/forum/showpost.php?p=787118&postcount=181

Yeah, looks like it :sadwalk:

SeK612
04-14-2005, 08:07 PM
is it possible to make it on click rather than hover?.


<span class="spoiler" onClick="this.style.color='#FFFFFF';" onmouseout="this.style.color=this.style.backgroundColor='#0000 00'">{param}</span>

:unsure:

tesco
04-14-2005, 08:10 PM
<span class="spoiler" onClick="this.style.color='#FFFFFF';" onmouseout="this.style.color=this.style.backgroundColor='#0000 00'">{param}</span>

:unsure:
ya. :happy: