View Single Post
Old 11-05-2005, 08:32 PM  
DaveMac
Confirmed User
 
Join Date: Jul 2001
Location: Canada
Posts: 361
Are you using the newer version of AutoGallery SQL

In edit your template, this should be on top in your template:

<%TEMPLATE
NAME Thumb
HTML <td><a href="##Gallery_URL##" target="_blank"><img src="##Thumbnail_URL##" border="0" alt="Thumb"></a></td>
%>

And this should be in your tables where you want to show your thumbs:

<%GALLERIES
HASTHUMB 1
TYPE Submitted
CATEGORY Mixed
AMOUNT 16
GETNEW True
ORDER Approve_Stamp
REORDER Build_Counter
HTML Thumb

INSERT
{
LOCATION +4
HTML </tr><tr>
}
%>

The above code should give you 4 thumbs in each row for a total of 16 thumbs and this code only works in the newer versions.
DaveMac is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook