I want the BBCodes, for example (the list)Oyabun1 wrote:Don't know what you mean?
Code: Select all
SPOILER
- BBCode: [spoiler]{TEXT}[/spoiler]
-HTML: <div style="margin:25px; margin-top:5px"><div class="quotetitle"><b>Spoiler:</b> <input type="button" value="Mostra" style="width:60px;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 = 'Nascondi'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Mostra'; }" /></div><div class="quotecontent"><div style="display: none;">{TEXT}</div></div></div>
Yes i know, but i want che code to adding the Divbox,center,spoiler,images,quote ecct. please, thanksLumpy Burgertushie wrote:all of the custom bbcodes for your board are in the admin panel posting tab.
all of the standard bbcodes are in this file:
prosilver/template/bbcode.html
robert