This plug-in should work on any version of WP but don't quote me on this.
This plugin allows you to use <spoiler>(Spoiler goes here)</spoiler> in the editor, and transforms it into a link (which doesnt look like a link) that reverses the text so its really unreadable unless you try, until the user mouses over it.
More information and a working example here..
http://davidcramer.net/index.php?page_id=18
treycopeland
Member
Posted 7 years ago #
Haha bro, Thanks :D.
Btw, It doesnt work with IE tho. Only FF :(.
Really? You can change the css around to whatever like colors or something if that'll help
The text is reversed in IE, but it doesn't 'flip' when you mouseover it.
Nice plugin!
that's because IE like other browser doens't support direction property in CSS as u can check in http://www.westciv.com/style_master/academy/browser_support/text.html
If you need to you can just change the CSS like i said, just open the plugin and modify the two css classes, .spoiler, and .spoiler:hover to whatever you like them to be.
An easy way to make it work on any forum would to be remove the direction property and add
color: #fff;
background-color: #fff;
then change background-color to #000 on hover or something
i have a problem with this hack... because when it's activate... quicktags buttons are gone... how can i fix it?
thanks