News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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.