Overview -------- This template will display only text links and can be used as an archive page. The most important difference is that the globaldupes option needs to be set to false on archive pages. This will prevent it from displaying the same galleries that are on your main page. The minage option has been configured to only allow galleries that are at least one day old. Once a gallery is no longer shown on one of your main pages it will have the opportunity to appear here. If you use this template for one of your archive pages, be sure that the build order is set properly so that this page gets built after your main page(s). Template Code ------------- {define name=globaldupes value=false} {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 100 galleries *} {galleries var=$galleries preview=any type=submitted category=MIXED amount=100 minage=1 getnew=false order=date_displayed DESC} {* Display loaded galleries as text links in 2 columns (50 per column) *} {foreach from=$galleries var=$gallery counter=$counter} {$gallery.date|tdate::$config.date_format} {$gallery.thumbnails|htmlspecialchars} {$gallery.category|htmlspecialchars}
{if $counter == 50}
{/if} {/foreach}

Submit A Gallery