How to...... custom bbcode

t3od0r

New Member
how to make a custom bbcode that act just like the
Code:
 tag? 
i don't want the links to be parsed.

thanks
 
i know how to add it, but i don't want the links to be parsed, if i use something like this:
HTML:
<table>
<tr><td>Download</td></tr>
<tr><td>{param}</td></tr>
</table>

i don't want the links from {param} to be parsed.
 
Back
Top