GamBun
08-06-2010, 10:00 PM
This Mod supports all 3X Versions - 4.2.x Versions!
Due to the demands, I have created a new version of spoilers. The greatest complaint I received HERE (https://vborg.vbsupport.ru/showthread.php?t=207408), was the framing of the actual spoiler. So gone is the "ugly" box! It is really quite easy to remove, but I understand that coding can be confusing/foreign to some people, this is why, I am releasing a clean, "NO BOX" version. I will still support those who want the box, for the 3X version, until the migration of everyone to the 4.X.x is made completely mandatory.
Spoilers may be used as intended, in all Blog posts, forum posts, & published article content (CMS) to hide hints/cheats. I will not support it anywhere else outside of POSTING AREAS.
It's really easy. Just log into the AdminCP=>Custom BBCodes=>Add New BB Code
Then do this:
Title: Spoiler
BB Code Tag Name: Spoiler
Replacement: <div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px; width:852; height:26"><right><font color="red"><b> </b></font></right>
<input type="button" value="Spoiler about {option}" style="font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName(' div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('d iv')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('d iv')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = '{option}'; }">
</div>
<div>
<div style="display: none;">
{param}
</div>
</div>
</div>
Example: Hidden Content Here...
Description: Creates a button that hides/shows spoiler messages.
use {option}: Click Yes (Note: some have found they need to set this option to "No" due to personal styling, but in most cases it should be "Yes").
add the path to your "spoiler" icon (feel free to use the icon I added at the bottom of this post.. just right click on it to download it to your computer) The image would go in your forums images/editor directory.
Remove tag if empty: Click "Yes"
...leave the rest at "No"
Click "Save" button & that is it!
The code will then be:
Hidden Content Here...
This also works to nested spoilers as well!
Nested Code Example:
Hidden Content Here...2nd Hidden Nested content Here...
>>LIVE EXAMPLE<< (http://www.g20z.com/showthread.php?5) (You can test there without signing up, if you want to see how it works).
It also works for the CMS suites! >>LIVE EXAMPLE<< (http://www.g20z.com/content.php?116) (Please feel free to post comments & give it a try!)
ENJOY! :D
Please Note: if for any reason this spoiler system breaks when converting from 3X to 4.0 upgrade. Just go to BB Code manager & delete it, go through the process of adding it again, as given above. Doing this will not make you lose any forum content as long as you use the the same code (i.e. if you modified the code I gave you, then you will have to do the same again for it to work as you want). Doing this will force the new version to read the BB code properly.
Due to the demands, I have created a new version of spoilers. The greatest complaint I received HERE (https://vborg.vbsupport.ru/showthread.php?t=207408), was the framing of the actual spoiler. So gone is the "ugly" box! It is really quite easy to remove, but I understand that coding can be confusing/foreign to some people, this is why, I am releasing a clean, "NO BOX" version. I will still support those who want the box, for the 3X version, until the migration of everyone to the 4.X.x is made completely mandatory.
Spoilers may be used as intended, in all Blog posts, forum posts, & published article content (CMS) to hide hints/cheats. I will not support it anywhere else outside of POSTING AREAS.
It's really easy. Just log into the AdminCP=>Custom BBCodes=>Add New BB Code
Then do this:
Title: Spoiler
BB Code Tag Name: Spoiler
Replacement: <div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px; width:852; height:26"><right><font color="red"><b> </b></font></right>
<input type="button" value="Spoiler about {option}" style="font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName(' div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('d iv')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('d iv')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = '{option}'; }">
</div>
<div>
<div style="display: none;">
{param}
</div>
</div>
</div>
Example: Hidden Content Here...
Description: Creates a button that hides/shows spoiler messages.
use {option}: Click Yes (Note: some have found they need to set this option to "No" due to personal styling, but in most cases it should be "Yes").
add the path to your "spoiler" icon (feel free to use the icon I added at the bottom of this post.. just right click on it to download it to your computer) The image would go in your forums images/editor directory.
Remove tag if empty: Click "Yes"
...leave the rest at "No"
Click "Save" button & that is it!
The code will then be:
Hidden Content Here...
This also works to nested spoilers as well!
Nested Code Example:
Hidden Content Here...2nd Hidden Nested content Here...
>>LIVE EXAMPLE<< (http://www.g20z.com/showthread.php?5) (You can test there without signing up, if you want to see how it works).
It also works for the CMS suites! >>LIVE EXAMPLE<< (http://www.g20z.com/content.php?116) (Please feel free to post comments & give it a try!)
ENJOY! :D
Please Note: if for any reason this spoiler system breaks when converting from 3X to 4.0 upgrade. Just go to BB Code manager & delete it, go through the process of adding it again, as given above. Doing this will not make you lose any forum content as long as you use the the same code (i.e. if you modified the code I gave you, then you will have to do the same again for it to work as you want). Doing this will force the new version to read the BB code properly.