Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: Spoiler tags.

  1. #11
    Quote Originally Posted by {I}{K}{E}
    Spoiler Tags added

    https://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: Show
    Nice addition...

  2. Everything Related to the Board   -   #12
    Mr. Mulder's Avatar pepper your angus BT Rep: +10BT Rep +10
    Join Date
    Aug 2003
    Location
    Vault 111
    Age
    37
    Posts
    16,595
    Nice, could anyone post the code for it? I’ve got an InvisionFree telly board and could do with it

  3. Everything Related to the Board   -   #13
    GepperRankins's Avatar we want your oil!
    Join Date
    Jun 2004
    Location
    the suburbs. honestment
    Age
    38
    Posts
    8,527
    sorry to be a dick but is it possible to make it on click rather than hover?
    Last edited by GepperRankins; 04-14-2005 at 05:57 PM.

  4. Everything Related to the Board   -   #14
    wacko jacko's Avatar THE KING OF POP
    Join Date
    Apr 2005
    Location
    NEVERLAND RANCH
    Posts
    323
    Quote Originally Posted by Mr. Mulder
    Nice, could anyone post the code for it? I’ve got an InvisionFree telly board and could do with it
    it's the same as [IMG][/IMG] 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

  5. Everything Related to the Board   -   #15
    Mr. Mulder's Avatar pepper your angus BT Rep: +10BT Rep +10
    Join Date
    Aug 2003
    Location
    Vault 111
    Age
    37
    Posts
    16,595
    Quote Originally Posted by wacko jacko
    it's the same as [IMG][/IMG] 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
    I meant what's the CSS or Java or whatever to add the coding to forum

  6. Everything Related to the Board   -   #16
    Retired
    Join Date
    Feb 2003
    Posts
    12,488
    Quote Originally Posted by Mr. Mulder
    I meant what's the CSS or Java or whatever to add the coding to forum
    What I did is only working for vBulletin me thinks.


    Found it here:
    http://www.vbulletin.com/forum/showp...&postcount=181

  7. Everything Related to the Board   -   #17
    Retired
    Join Date
    Feb 2003
    Posts
    12,488
    Quote Originally Posted by GepperRankins
    sorry to be a dick but is it possible to make it on click rather than hover?
    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.

  8. Everything Related to the Board   -   #18
    Mr. Mulder's Avatar pepper your angus BT Rep: +10BT Rep +10
    Join Date
    Aug 2003
    Location
    Vault 111
    Age
    37
    Posts
    16,595
    Quote Originally Posted by {I}{K}{E}
    What I did is only working for vBulletin me thinks.


    Found it here:
    http://www.vbulletin.com/forum/showp...&postcount=181
    Yeah, looks like it

  9. Everything Related to the Board   -   #19
    SeK612's Avatar Poster BT Rep: +10BT Rep +10
    Join Date
    Nov 2002
    Location
    UK
    Posts
    718
    is it possible to make it on click rather than hover?.
    Code:
    <span class="spoiler" onClick="this.style.color='#FFFFFF';" onmouseout="this.style.color=this.style.backgroundColor='#0000  00'">{param}</span>

  10. Everything Related to the Board   -   #20
    tesco's Avatar woowoo
    Join Date
    Aug 2003
    Location
    Canadia
    Posts
    21,669
    Quote Originally Posted by SeK612
    Code:
    <span class="spoiler" onClick="this.style.color='#FFFFFF';" onmouseout="this.style.color=this.style.backgroundColor='#0000  00'">{param}</span>
    ya.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

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