coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: naughtyforum on August 29, 2005, 02:39:18 PM

Title: change number of last additions
Post by: naughtyforum on August 29, 2005, 02:39:18 PM
at the moment it shows 2 rows with 4 last uploaded pics on each row.
i want it to show more recently uploaded pics on the index page.. can i do this and how?
thanks
Title: Re: change number of last additions
Post by: Nibbler on August 29, 2005, 02:50:11 PM
Change lastup,2 to something higher in the 'content of the main page' setting in config.
Title: Re: change number of last additions
Post by: naughtyforum on August 30, 2005, 08:51:38 AM
i searched the config "link on admin panel" and nothing came p for lastup

then i opened config.php searched and nothing there.

then tried index.php searched and found many matches for "lastup"

the one that stood out would be ..

            case 'lastup':
                display_thumbnails('lastup', $cat, 1, $CONFIG['thumbcols'], max(1, $matches[2]), false);


should i be changing something here?

not sure.. thanks for your help
Title: Re: change number of last additions
Post by: Joachim Müller on August 30, 2005, 10:22:21 AM
You don't edit files. Just click on "config" when logged in as admin on your coppermine pages. Please read the documentation that comes with coppermine, it's all explained there.