View Single Post
Old 2009-02-28, 07:50 PM   #1
th3g4me
Trying is the first step towards failure
 
th3g4me's Avatar
 
Join Date: Feb 2004
Posts: 121
Help me figure out TGPX?

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>&nbsp;{$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
__________________
I am not important enough to have a signature.
-Me
th3g4me is offline   Reply With Quote