change number of last additions change number of last additions
 

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

change number of last additions

Started by naughtyforum, August 29, 2005, 02:39:18 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

naughtyforum

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

Nibbler

Change lastup,2 to something higher in the 'content of the main page' setting in config.

naughtyforum

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

Joachim Müller

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.