somewhere at the top.. put something like this. Add your trade script URL in there. If you want to do the click tracking, let me know.. i'll put the code in there if you need.
<%TEMPLATE
NAME ThumbHTML
HTML <td align="center">##Date##<br><a href="/yourtradescript.php?u=##Gallery_URL##" target="_blank"><img src="##Thumbnail_URL##" border="0" class="thumb"></a><br>##Description##</td>
%>
then in the template.
<table>
<tr>
<%GALLERIES
TYPE Thumb
CATEGORY Mixed
AMOUNT 8
SORT Display_Date DESC
HTML ThumbHTML
%>
</tr>
</table>
If you want to have multiple rows of 8.. then do this..
<table>
<tr>
<%GALLERIES
TYPE Thumb
CATEGORY Mixed
AMOUNT 24
SORT Display_Date DESC
HTML ThumbHTML
INSERT
{
LOCATION +8
HTML </tr><tr>
}
%>
</tr>
</table>
Now you're all set.
Hope that helps.
__________________
KBBQ
nick - at - silvercash.com
|