How do i display the last additions, random files only at the main page?
I did a search and this was the closest i get. :cry:
Display last uploads only in category/album pages
http://forum.coppermine-gallery.net/index.php?topic=2487&highlight=mainpage
use the code posted there forcase 'random':
as well (not tested, but should work).
GauGau
Tried the code on index.php and it didnt work.
Instead, the last addition didnt load at mainpage, but loaded 2 times at category/album page.
Quotecase 'random':
if ($cat!=0) {
display_thumbnails('lastup', $cat, 1, $CONFIG['thumbcols'], max(1, $matches[2]), false);
flush();
}
break;
*bump* anyone else?
Try this
Quote
case 'lastup':
if ($cat!=0) {
display_thumbnails('lastup', $cat, 1, $CONFIG['thumbcols'], max(1, $matches[2]), false);
flush();
}
break;