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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.