View Single Post
Old 2004-09-30, 05:49 AM   #1
Fonz
Former pr0n slinger.
 
Fonz's Avatar
 
Join Date: Aug 2003
Location: Antwerp, Belgium
Posts: 7,932
Little AutoGallery Pro problem

I am redoing my TGP page using Autogallery Pro.
Here is my testpage: http://www.smilinpussy.com/tgp.php
I want to have 24 thumbnails as "Todays galleries" using 12 submitted galleries and 12 Permanent galleries. (for now the SUBMITTED galleries are extremepaychecks galleries and the PERMANENT galleries are TCG galleries).

The first part works as it should. I get those 24 mixed galleries up as you can see.

It's the second part that just won't work:
I want to have a list of 40 textlinks below the webcams you see. Again 20 SUBMITTED and 20 PERMANENT galleries.
I can get the permanent ones to show up without a problem. But the submitted galleries won't show up. i tried everything I could think of but without result.

Here's the code for the 24 thumb galleries that show up correct:
Code:
<%GALLERIES
TYPE Thumb
CATEGORY Mixed
AMOUNT 12
HTML Thumb

PERMANENT
{
    LOCATION +1
    HTML Thumb
    TYPE Thumb
    CATEGORY Mixed
}

INSERT
{
    LOCATION +3
    HTML </tr><tr>
}
%>
Now if I try to show the GALLERIES for the 2nd time nothing shows up with this code:
Code:
<%GALLERIES
TYPE Thumb
CATEGORY Mixed
AMOUNT 20
HTML Text
%>
While according this page: http://www.jmbsoft.com/kb/index.php?a=1 it should work...

But when I use the next code to show a 2nd set of PERMANENT galleries it gives a correct result:
Code:
<%PERMANENT
TYPE Thumb
CATEGORY Mixed
HTML Text
AMOUNT 20
%>
Any AutoGallery Pro guru's out there that know what I'm doing wrong?
__________________
See how I abuse little trees on my Shumi no Bonsai Blog
Fonz is offline   Reply With Quote