No caso, ficaria escrito algo do tipo "Mais BBCodes", e quando a pessoa clicar, aparecerá as BBCodes menos importântes...
Alguém pode me ajudar?
Obrigado.


Código: Selecionar todos
<select name="addbbcode_custom" onchange="bbstyle(this.form.addbbcode_custom.options[this.form.addbbcode_custom.selectedIndex].value*1);this.form.addbbcode_custom.selectedIndex = 0;">
<option value="#" selected="selected">Custom BBCodes</option>
<option value="22" title="[alert][/alert]">alert</option>
<option value="24" title="Código em linha: [c]código aqui[/c]">c</option>
<option value="26" title="Center: [center]Put Your text here[/center]">center</option>
<option value="28" title="[dummy]Titulo/title text/bubble text/authored by[/dummy]">dummy</option>
<option value="30" title="Tradução: [e3][/e3]">e3</option>
<option value="32" title="Esconder: [esconder]Escreva seu texto[/esconder]">esconder</option>
<option value="34" title="[espn][/espn]">espn</option>
<option value="36" title="Center: [justify]Put Your text here[/justify]">justify</option>
<option value="38" title="Texto em movimento: [marquee]Seu Texto Aqui[/marquee]">marquee</option>
<option value="40" title="Texto riscado: [s]texto[/s]">s</option>
<option value="42" title="Stickynote: [stickynote]Seu texto aqui[/stickynote]">stickynote</option>
<option value="44" title="">tabela</option>
<option value="46" title="Thumbnail: [thumbnail]link da imagem[/thumbnail]">thumbnail</option>
<option value="48" title="Vimeo: [vimeo]ID do video[/vimeo]">vimeo</option>
<option value="50" title="WooRank: [woorank][/woorank]">woorank</option>
<option value="52" title="Yotube: [youtube]URL completo[/youtube]">youtube</option>
</select>

Código: Selecionar todos
<!-- BEGIN custom_tags -->
<input type="button" class="button2" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})" title="{custom_tags.BBCODE_HELPLINE}" />
<!-- END custom_tags -->Código: Selecionar todos
<span><input type="button" class="button2" value="Show Custom BBCodes" onclick="if (this.parentNode.parentNode.getElementsByTagName('span')[1].getElementsByTagName('span')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('span')[1].getElementsByTagName('span')[0].style.display = ''; this.innerText = ''; this.value = 'Hide Custom BBCodes'; } else { this.parentNode.parentNode.getElementsByTagName('span')[1].getElementsByTagName('span')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show Custom BBCodes'; }" /></span><span style="margin:5px;"><span style="display: none;"><br /><!-- BEGIN custom_tags -->
<input type="button" class="button2" style="margin-top:2px;" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})" title="{custom_tags.BBCODE_HELPLINE}" />
<!-- END custom_tags -->
</span></span>
, localizado na mesma linha do título da resposta com a solução que lhe atendeu.