The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
I need a couple spoiler bbcodes made!
So here's what I want done, I want a spoiler that me my staff and members can hide content in and I also need a spoiler that can hide content and the when opened can re-hide content here's an example.
Code:
[spoiler= name here]content here[/spoiler] Thank you! oh and here's the link to my site just incase. http://www.kh-mediaflare.net/forum.php |
#2
|
|||
|
|||
Did you search the mods for "spolier"? If I understand correctly, for the first one you want to be able to put stuff in a post that only staff can see? I don't know if that exists, but if it does it's probably not called "spoiler". But if you just want a spoiler bbcode for users, you'll find quite a few exitsing.
|
#3
|
||||
|
||||
Quote:
Yes I want a spoiler for all users to use, and yes I've tried all the spoiler mods I could find in the mods and none of em were what I wanted and most of em aren't even in English atleast not 2 of the spoilers I tried, believe me if you guys had the spoiler I am looking for then I would not be requesting one right now.=/ |
#4
|
|||
|
|||
I've had this one for years.
HTML Code:
<div style="margin:20px; margin-top:5px"> <div class="smallfont" style="margin-bottom:2px"><b>Spoiler</b> for <i>{option}</i>: <input type="button" value="Show" style="width:45px;font-size:10px;margin:0px;padding:0px;" onClick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }"> </div> <div class="alt2" style="margin: 0px; padding: 6px; border: 1px inset;"> <div style="display: none;"> {param} </div> </div> </div> |
#5
|
||||
|
||||
Quote:
|
#6
|
|||
|
|||
Title:Spoiler, tag name:spoiler. I don't have a button for it. Use {option} yes. Set the other settings however you want. This isn't going to blow anything up if you make a mistake or anything. Just play around with it until you get it the way you like.
|
#7
|
||||
|
||||
okay cool ty nerbert!^ ^
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|