The Arcive of vBulletin Modifications Site. |
|
Inline Hover Spoiler BB Code (like Something Awful and Reddit) Details »»
|
|||||||||||||||||||||||||||
|
Inline Hover Spoiler BB Code (like Something Awful and Reddit)
Developer Last Online: Sep 2019
I posted this version of the spoiler BB code for vB 3.7 and 3.8, and it was well received, so I figured I'd bring it to vB 4, too.
Having been a member of Something Awful for a while, I've grown to really like their spoiler BB code. Reddit has the same spoiler code. I searched around, but I couldn't find a similar spoiler for vB. Every single spoiler tag I saw requires that you either click a button (which doesn't allow inline spoilers) or highlight text (which requires unnecessary work). I wanted to mimic SA's and Reddit's simple spoiler code on my forum, so this is what you see here. This mod is completely theme-independent (it's just a BB code, nothing else!), and it'll keep your site W3C compliant. Without hovering, you see nothing but black: However, when you hover the mouse over the black section of text, it magically appears: Title: Spoiler BB Code Tag Name: spoiler Replacement: HTML Code:
<span style="color: #000000; background: #000000;" onmouseover="this.style.color='#FFFFFF';" onmouseout="this.style.color='#000000';">{param}</span> Description: This tag changes the text into a black box which is unreadable. If you hover the mouse over the black box, the text will magically appear. Use Option: No Image: Note: Depending on your template, you may need to change the colors in the HTML replacement code. Just make sure that color, background, and onmouseout match and that onmouseover is different. The colors in the above code should work just fine for styles with a light background and dark text. Show Your Support
|
|||||||||||||||||||||||||||
| Благодарность от: | ||
| iiioroh | ||
| Comments |
|
#2
|
|||
|
|||
|
Just updated the image to be vB4 compatible. vB3 wanted 21x20 images, and vB4 wants 16x16 images.
|
|
#3
|
|||
|
|||
|
Is there any way to get the spoilered text to not show up in any Most Recent Posts widgets?
|
|
#4
|
|||
|
|||
|
Can you give me an example? It sounds like that's a bug with the widget not properly rendering BB code.
|
|
#5
|
||||
|
||||
|
I really like it. :up:
|
|
#6
|
|||
|
|||
|
Thank's
I really like it. |
|
#7
|
|||
|
|||
|
A fantastic solution for a spoiler BB code! You've even provided an elegant button. Thank you so much!
One issue I encountered is in vB's Mobile skin on an iPhone (Safari). For some reason, the text receives a white dropshadow, making it legible while "hidden" and thus somewhat defeating its purpose. This problem does not exist in the normal fullsite vB skin on an iPhone, nor is it present in the Mobile skin when viewed from a computer with IE9. |
|
#8
|
|||
|
|||
|
Quote:
|
|
#9
|
||||
|
||||
|
works 4.2.6 php 7.2
|
![]() |
|
|