Overview -------- This template will show two tables of thumbnails, with one large thumbnail in each table. The large thumbnail will have 250x310 dimensions and all other thumbnails will have 120x150 dimensions. In the first table new galleries will be added each time you do a "Build With New". The second table will display previously used galleries. Template Code ------------- {define name=globaldupes value=true} {define name=pagedupes value=false} TGP
TGP
Links to {$total_thumbnails|tnumber_format} free pictures and movies!
Updated {date value='today' format='m-d-Y'}

{* Load the big thumbnail *} {galleries var=$big_thumb type=any amount=1 category=MIXED getnew=true allowused=true preview=true previewsize=250x310 order=date_approved reorder=date_displayed DESC, date_approved} {* Display the big thumbnail *} {foreach from=$big_thumb var=$gallery counter=$counter} {/foreach} {galleries var=$galleries type=any amount=16 category=MIXED getnew=true allowused=true preview=true previewsize=120x150 order=date_approved reorder=date_displayed DESC, date_approved} {* Display the smaller thumbnails *} {foreach from=$galleries var=$gallery counter=$counter} {insert location=3,6,11 counter=$counter max=11} {/insert} {/foreach}
ThumbThumb

{* Load the big thumbnail *} {galleries var=$big_thumb type=any amount=1 category=MIXED getnew=false preview=true previewsize=250x310 order=date_displayed DESC, date_approved} {* Display the big thumbnail *} {foreach from=$big_thumb var=$gallery counter=$counter} {/foreach} {galleries var=$galleries type=any amount=16 category=MIXED getnew=false preview=true previewsize=120x150 order=date_displayed DESC, date_approved} {* Display the smaller thumbnails *} {foreach from=$galleries var=$gallery counter=$counter} {insert location=3,6,11 counter=$counter max=11} {/insert} {/foreach}
ThumbThumb