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
Change lastup,2 to something higher in the 'content of the main page' setting in config.
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
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.