Hi.... One simple question.... I would love to use this but as a NEW BBCode.... I mean: [ spoiler ]something[ /spoiler ]
But i need something to replace the "quote_$show[quoteid]" in order to work as a separate BBCode...
Here's what i've got.. It works when only is a single "quote", but it doesn't when there ara more than one...
Code:
<div style="margin:20px; margin-top:5px;">
<table class="tborder" border="0" width="100%">
<tr>
<td class="thead">
<div class="smallfont" style="margin-bottom:2px">
<a href="#top" onclick="return toggle_collapse('quote_$show[quoteid]')"><b>Spoiler</b> | Hace click para ver / ocultar</a>
</div>
</td>
</tr>
<tbody id="collapseobj_quote_$show[quoteid]" style="{$collapseobj_forumid}">
<tr>
<td class="alt2">
{param}
</td>
</tr>
</tbody>
</table>
</div>
<script type="text/javascript"> <!--
toggle_collapse('quote_$show[quoteid]');
--> </script>
Thanks!! And sorry about my english!