Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Display last updated albums only at the mainpage?  (Read 2775 times)

0 Members and 1 Guest are viewing this topic.

Venus

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
Display last updated albums only at the mainpage?
« 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.
Logged

BigJay

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Re: Display last updated albums only at the mainpage?
« Reply #1 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:

Code: [Select]
<?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.
Logged

rad_poland

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 12
    • Joomla Rad's Home Site
Re: Display last updated albums only at the mainpage?
« Reply #2 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?
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 16 queries.