Add-on Who can create a customs bbcode?

Janmaat

Active member
I want to migrate vb4 into xf but without a similar bbcode I'm currently using I will be completely lost. The bbcode I'm using is for amazon and creates a small product image and a product link that includes my partner id.

This bbcode:
Code:
[amazon]ISBN-10 or ASIN[/amazon]

creates this Html-code:
Code:
 <br>
<table border="0" cellspacing="4" cellpadding="0">
  <tr>
    <td><a href="http://www.amazon.de/exec/obidos/ASIN/{param}/partnerid-21" target="_blank"><img src="http://images-eu.amazon.com/images/P/{param}.03.MZZZZZZZ.jpg" border="0"></a></td>
  </tr>
  <tr>
    <td><strong>ISBN-10/ASIN</strong>: <a href="http://www.amazon.de/exec/obidos/ASIN/{param}/partnerid-21" target="_blank">{param}</a></td>
  </tr>
</table>

Who can help me to create a similar bbcode for xf? Otherwise I would have thousands of dead links after migrating to xf.
 
Top Bottom