2011-03-24, 04:52 AM
Okay, great.
Replace your current affiliates template with this:
Replace your current list_affiliates template with this:
Cheers, Spencer
Replace your current affiliates template with this:
<br/><table border="0" cellspacing="0" cellpadding="4" class="tborder" width="100%">
<thead>
<tr>
<td class="thead" colspan="100%">
<div><strong>{$lang->affiliates}</strong></div>
</td>
</tr>
</thead>
<tbody>
<tr class="trow1" align="center">
{$list_affiliates}
</tr>
</tbody>
</table>
Replace your current list_affiliates template with this:
<td><span style="width:{$maxwidth}px;height:{$maxheight}px;"><a href="{$mybb->settings['bburl']}/index.php?action=visit&id={$affiliate['id']}&key={$mybb->post_code}"><img src="{$mybb->settings['uploadspath']}/affiliates/{$affiliate['image']}" alt="" width="auto" height="auto" title="{$affiliate['name']}"></a></span></td>
Cheers, Spencer