I want TGPX to rotate my text links to galleries. This is what I have.
Quote:
{* PULL THE SUBMITTED GALLERIES FROM THE DATABASE *}
{galleries
var=$galleries
type=submitted
format=movies
getnew=true
allowused=true
description=true
preview=false
amount=30
category=MIXED
sponsor=any
order=RAND()
reorder=date_displayed DESC}
{* DISPLAY ALL OF THE GALLERIES *}
{foreach var=$gallery from=$galleries counter=$counter}
{$gallery.date|tdate} <a href="{$gallery.gallery_url|htmlspecialchars}" target="_blank">{$gallery.description|htmlspecialchars}</a> {$gallery.category|htmlspecialchars}<br />
{/foreach}
|
As for my galleries.
Permanent 650
Approved 650
The Permanent Holding Period is: 7
To me it seems like im doing it right?
Should I change Type=Submitted to Type=Permanent?
I got this program to rotate my galleries and I cant even get it setup to rotate them properly.. lol