coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: Aria on April 12, 2005, 02:47:47 PM

Title: Last Addition & Random thumbnails Problem
Post by: Aria on April 12, 2005, 02:47:47 PM
I have 1 category and 2 albums, my index show all addition images to databse (both albums) but I want to show the images on One of my albums not both.
thank you :o
Title: Re: Last Addition & Random thumbnails Problem
Post by: OmegaGOD on April 12, 2005, 02:54:20 PM
The "Last Additions" area displays all your images from all your albums in reverse order of when they were added.
Title: Re: Last Addition & Random thumbnails Problem
Post by: Nibbler on April 12, 2005, 03:56:13 PM
Open your include/init.inc.php, find the section for

case 'lastup': // Last uploads

and change both occurences of WHERE to WHERE aid = 'x' AND

chnage x to the album id of the album you want the last uploads to be picked from.