Could someone please let me know what files and what I need to replace to make it display banners instead of thumb shots for sites ranked. I got the banners on there, but everything was thrown off.
Any help would be appreciated, thanks!
I figured I would post the code from table_top_row and table_row in hopes of someone helping me out. Please if someone can help a new out it'd be great. I just can't get the 468x60 banner to display right without throwing everything off.
Here's the table_top_row
- Code: Select all
<table cellpadding="1" cellspacing="1" border="0" class="table_border">
<tr>
<td rowspan="4" width="50" align="center" class="table_top_rank">{$rank}<br /><br />
<img src="{$skins_url}/{$skin_name}/{$up_down}.gif" alt="{$lng->up_down}" /></td>
<td rowspan="4" width="130"><a href="{$url}" onclick="out('{$username}');"><img src="http:open.thumbshots.org/image.pxf?url={$url}" alt="{$title}" class="imagecov" border="0" /></a></td>
<td rowspan="4" width="380" valign="top">
<a href="{$url}" onclick="out('{$username}');"><strong>{$title}</strong></a> <br />
{$description}<br />
<b>{$lng->g_category}:</b> <a href="{$list_url}/index.php?cat={$category_url}">{$category}</a>
</td>
<td width="100" colspan="2" align="center"><b><a href="{$list_url}/index.php?a=stats&u={$username}"><img src="{$skins_url}/{$skin_name}/images/stats_icon.gif" border="0" alt="{$lng->table_stats}" /></a></b></td>
</tr>
<tr>
<td width="70" valign="top"><b>{$lng->g_this_period}</b></td>
<td width="30" valign="top">{$this_period}</td>
</tr>
<tr>
<td width="70" valign="top"><b>{$lng->g_average}</b></td>
<td width="30" valign="top">{$average}</td>
</tr>
<tr>
<td colspan="2" width="100" align="center" valign="top"><a href="{$list_url}/index.php?a=rate&u={$username}"><img src="{$skins_url}/{$skin_name}/stars{$average_rating}.gif" border="0" alt="{$average_rating}/5" /></a></td>
</tr>
</table>
And here's the table row.
- Code: Select all
<table cellpadding="1" cellspacing="1" border="0" class="table_border">
<tr>
<td rowspan="4" width="50" align="center" class="table_top_rank">{$rank}<br /><br />
<img src="{$skins_url}/{$skin_name}/{$up_down}.gif" alt="{$lng->up_down}" /></td>
<td rowspan="4" width="130"><a href="{$url}" onclick="out('{$username}');"><img src="http:open.thumbshots.org/image.pxf?url={$url}" alt="{$title}" class="imagecov" border="0" /></a></td>
<td rowspan="4" width="380" valign="top">
<a href="{$url}" onclick="out('{$username}');"><strong>{$title}</strong></a> <br />
{$description}<br />
<b>{$lng->g_category}:</b> <a href="{$list_url}/index.php?cat={$category_url}">{$category}</a>
</td>
<td width="100" colspan="2" align="center"><b><a href="{$list_url}/index.php?a=stats&u={$username}"><img src="{$skins_url}/{$skin_name}/images/stats_icon.gif" border="0" alt="{$lng->table_stats}" /></a></b></td>
</tr>
<tr>
<td width="70" valign="top"><b>{$lng->g_this_period}</b></td>
<td width="30" valign="top">{$this_period}</td>
</tr>
<tr>
<td width="70" valign="top"><b>{$lng->g_average}</b></td>
<td width="30" valign="top">{$average}</td>
</tr>
<tr>
<td colspan="2" width="100" align="center" valign="top"><a href="{$list_url}/index.php?a=rate&u={$username}"><img src="{$skins_url}/{$skin_name}/stars{$average_rating}.gif" border="0" alt="{$average_rating}/5" /></a></td>
</tr>
</table>
I love this skin and would love to get 468x60 banners to display instead of thumbnails.
