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
The "Last Additions" area displays all your images from all your albums in reverse order of when they were added.
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.