I did a similar thing, only it's a lot simpler. Not quite as fancy...but I think the simpleness of it makes it just as good.
All it is is a custom vB Code tag called Spoiler. The vB Code tag is spoiler, the vB Code replacement is
PHP Code:
<font class=spoiler>{param}</font>
...the vB Code explanation is
Quote:
The [spoiler] tag allows you to place text in your message that is unreadable, unless someone highlites it. This makes viewing the text a deliberate effort. This is for posting messages about movies or other things where you might not wish to give away plot points to those that haven't seen it yet.
|
...and the Use { option }? is No.
Note that this requires you to place this bit of code inside the style section of the Head Insert on your styles (same thing as the headinclude template):
PHP Code:
.spoiler {color: black; background: black}
And here is a demo:
http://www.jjr512.com/forums/showthr...threadid=22710