The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Spoiler BBCode (auto-created and configurable) Details »» | |||||||||||||||||||||||||||||||||||||||
Spoiler BBCode (auto-created and configurable)
Developer Last Online: Jun 2020
Overview: This add-on, upon installation, auto-creates a new custom spoiler BBCode defining the tags (where the text to be hidden is placed between the tags). You may set the color of the button, the color of the text on the button, and the border radii of both the button and the element containing the hidden text below the button. The button is animated, in that when it is clicked, it moves down and to the right to give the illusion of being depressed when clicked. When the text is hidden, the button says "Show" and a tooltip advises the user that clicking it will "Reveal Contents" and when the text is shown, then button then says "Hide" and the tooltip advises the user that clicking it will "Conceal Contents." If the product is uninstalled, then the BBCode is removed from the database. Updates: Version 1.1:
Version 1.2:
Version 1.3:
Version 1.4:
Version 1.5:
Compatibility: Tested and working on VB 4.2.x and should work on all 4.x versions of vBulletin. Backup/Warning: This product alters your database, however it is always good practice to keep regular backups and you should backup before installing ANY new mod. As always products are USE AT YOUR OWN RISK. I will try to help if I can but no guarantee is offered or implied. To Install:
Support for this product can be found here: Download Now
Screenshots
Show Your Support
|
Comments |
#12
|
|||
|
|||
Does this code support a title option? When I had a MyBB forum before I transferred, there was a great spoiler code that allowed [spoiler=Spoilers about Half-Life 3]It will never happen[/spoiler] for example. Then the title option text would appear next to the reveal button and be easy to see.
It made it really handy for seeing what the spoiler is, but with the current spoiler code I'm using (not yours, though yours looks better already) you have no clue about that unless the person types that outside of the code. Which is only a small inconvenience but the option was great on MyBB. Plus, a lot of the old posts before the transfer have broken spoiler code because my current spoiler code doesn't have the option. |
#13
|
||||
|
||||
What you can do is once you install this product, you can edit the BB Code whereby the "Replacement" is:
HTML Code:
<div class="spoiler_wrapper"><div class="spoiler_button_wrapper"><input type="button" value="Show" class="spoiler_button" title="Reveal Contents" onclick="var el = this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0];if(el.style.visibility == 'hidden') {el.style.visibility = 'visible'; el.style.maxHeight = 'none'; this.value = 'Hide'; this.title='Conceal Contents';} else {el.style.visibility = 'hidden'; el.style.maxHeight = '0'; this.value='Show'; this.title='Reveal Contents'}"><span style="margin-left: 1em">{option}</span></div><div class="spoiler_text"><div name="spoiler" style="visibility: hidden; overflow: hidden; max-height: 0">{param}</div></div></div> |
#14
|
|||
|
|||
Thank you, but it isn't working. It just displays [spoiler]what is in-between[/spoiler]. And yes, I replaced the replacement, enabled {option} and updated it all to use "spoiler" instead of "sp". I changed the old code to "spoiler2" beforehand. See the screenshot. Where have I gone wrong?
Thanks. |
#15
|
||||
|
||||
Once you enable the option, then you need to enter in your post something like:
[spoiler=Title]Hidden text.[/spoiler] |
#16
|
|||
|
|||
Is it not possible to have it work with both [spoiler] and [spoiler=text]? If I defined both codes—your suggested update and the original—but both using the "spoiler" as the code name, would this break it? There are hundreds of posts on the board where people have just written [spoiler] alone.
|
#17
|
||||
|
||||
Yes, you can define one to use the option and one not to use the option, with both having the same tag name.
|
#18
|
||||
|
||||
Update - Version 1.4:
|
#19
|
||||
|
||||
Update - Version 1.5:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|