coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: Venus on March 22, 2005, 04:11:54 PM

Title: Display last updated albums only at the mainpage?
Post by: Venus on March 22, 2005, 04:11:54 PM
I would like to ask if there is possiblity to have latest updated albums and random files only on main page and not on category pages?

I searched forum and couldn't file anything.
Title: Re: Display last updated albums only at the mainpage?
Post by: BigJay on April 12, 2005, 03:33:55 AM
That's what I wanted to do with my installation, but I also couldn't find anything on how to do exactly that.  What I ended up doing is editing my anycontent.php file and changing the 'content of mainpage' to "breadcrumb/catlist/alblist/anycontent".

I edited the anycontent.php file to show the following:

<?php

            
'random';
                
display_thumbnails('random'$cat1$CONFIG['thumbcols'], max(1$matches[2]), false);
                
flush();

            
'lastup';
                
display_thumbnails('lastup'$cat1$CONFIG['thumbcols'], max(1$matches[2]), false);
                
flush();

?>


I don't know anything about programming PHP, but this seemed to do what I wanted it to.  Hope it helps.
Title: Re: Display last updated albums only at the mainpage?
Post by: rad_poland on May 04, 2005, 12:39:26 AM
Hi.. does anybody know how to do that and what to change to have "last updated albums" block only at the mainpage??? Anybody?