coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 cpmFetch by vuud => Topic started by: Coline on March 04, 2009, 08:09:52 PM

Title: Last Album with Cpmfetch
Post by: Coline on March 04, 2009, 08:09:52 PM
hi,
i would like to put on my site the last album upload. Now i have the last pics (so 4 pics in the same album) . I have cpmfetch on my gallery and on my site.
I search in the forum but i didn't find anythings.
My Site : http://www.avrilspirit.com/
My Gallery: http://www.avrilspirit.com/gallery/
My version is Coppermine Photo Gallery 1.4.20 (stable) and i have the modded by stramm.

my code is :

<?php
include "./gallery/cpmfetch/cpmfetch.php";
$objCpm = new cpm("./gallery/cpmfetch/cpmfetch_config.php");
$objCpm->cpm_viewLastAddedMedia(2,2);
$options = array( 'windowtarget' => '_blank');
$objCpm->cpm_close(); 
?>


Sorry for my bad english but i'm french ;)

thanks for helping.
Title: Re: Last Album with Cpmfetch
Post by: Coline on March 05, 2009, 02:31:39 PM
i find bymelf
Title: Re: Last Album with Cpmfetch
Post by: Pascal YAP on March 05, 2009, 03:38:37 PM
Please explain your solution to other Coppermine Users  ;)
Thanx
Title: Re: Last Album with Cpmfetch
Post by: Coline on March 05, 2009, 04:54:55 PM
My code is :

<?php
include "./gallery/cpmfetch/cpmfetch.php";
$objCpm = new cpm("./gallery/cpmfetch/cpmfetch_config.php");
$objCpm-> cpm_viewLastUpdatedAlbumsFrom (0,3,1);
$options = array( 'windowtarget' => '_blank');
$objCpm->cpm_close(); ?>



And this is the result : http://www.avrilspirit.com/