If your site is about cars or your visitors want to expose their cars, use this plugin to show cars on their page with photos and details. This version has selectable Models/Engines because it was written for clubs, so no custom models are allowed yet.
<h4>{CARBASE_TOP_OWNED}</h4>
<table class="cells">
<tr>
<td class="coltop"> </td>
<td class="coltop">{CARBASE_TOP_BOUGHT}</td>
<td class="coltop">{CARBASE_TOP_MODEL}</td>
</tr>
<!-- BEGIN: CARBASE_ROW -->
<tr>
<td><a href="{CARBASE_ROW_IMG}">{CARBASE_ROW_THUMB}</a></td>
<td>{CARBASE_ROW_BOUGHT}</td>
<td><a href="{CARBASE_ROW_URL}">{CARBASE_ROW_MODEL}</a></td>
</tr>
<!-- END: CARBASE_ROW -->
</table>
{CARBASE_ADMIN}
Thanked: 16 раз
Thanked: 1 раз
Thank you
Maybe we are missing something but we can't find it anywhere.
You need to change the following from the example above.
<!-- BEGIN: CARBASE_ROW -->
<tr>
<td><a href="{CARBASE_ROW_IMG}"><img src="{CARBASE_ROW_THUMB}" /></a></td>
<td>{CARBASE_ROW_BOUGHT}</td>
<td><a href="{CARBASE_ROW_URL}">{CARBASE_ROW_MODEL}</a></td>
</tr>
<!-- END: CARBASE_ROW -->