View Single Post
Old 2004-10-07, 07:45 PM   #2
kbbq
I'm going to the backseat of my car with the woman I love, and I won't be back for TEN MINUTES
 
Join Date: Jun 2004
Posts: 86
Send a message via ICQ to kbbq
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
kbbq is offline   Reply With Quote