Last Addition & Random thumbnails Problem Last Addition & Random thumbnails Problem
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Last Addition & Random thumbnails Problem

Started by Aria, April 12, 2005, 02:47:47 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Aria

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

OmegaGOD

The "Last Additions" area displays all your images from all your albums in reverse order of when they were added.
Please do not PM me with support questions. Please read the manual and then if posting questions please place them in the proper sub-boards.

Nibbler

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.