The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
||||
|
||||
I was looking for something likw this ....installed
|
#22
|
||||
|
||||
Sweet,very nice, but if there are two in the same post it causes an issue.
Example: Quoting someone who used the spoiler code and then you using it too. it would look like this. Quote:
Code:
<div style="margin:5px 20px 20px 20px"> <div class="smallfont" style="margin-bottom:2px"><b>Spoiler:</b> <input type="button" value="Show" style="width:45;font-size:10px;margin:0px;padding:0px; height:21" 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: 0px; border: 0px inset;"> <div style="display: none;"> {param} </div> </div> </div> |
#23
|
|||
|
|||
I'm not very experianced with the codes yet. Could someone please tell me where I'm supposed to add this code to get it to work.
Thank You |
#24
|
|||
|
|||
so i wanna it without viewing the hide icon after i press on
how can i make it like that i wanna olny 1 button ?(show) |
#25
|
|||
|
|||
Sorry I thought I had done it but then i realized it was the wrong thing. Could someone please tell me where I should put this code to get it to work.
Thank You |
#26
|
|||
|
|||
Go to your Admincp -> Custom BB Codes -> Add New BBCode
Then follow Natches instructions above to fill out for the various fields |
#27
|
|||
|
|||
I've found this code in a source code on www.narutofan.com:
What would I have to change so I can use it? Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|