I have placed a piece of code on my website homepage www.bookstocollect.com to show Last Additions.
it shows the last images fine, but the problem is its layout. I would like to show the same table of Last Additions (with comments and other info etc) shown on the gallery index www.bookstocollect.com/gallery
Can some one please help?
Regards
Ali
Quote from: hozyali on January 24, 2007, 12:18:18 PM
I have placed a piece of code on my website homepage www.bookstocollect.com to show Last Additions.
Did you use cpmFetch? Your question is not related to bridging.
Im not familiar with cpmFetch. the code is pasted below.
Quotes<?php
include "gallery/cpmfetch/cpmfetch.php";
$objCpm = new cpm('/gallery');
//$objCpm->cpm_viewRandomMedia (1,4);
$objCpm->cpm_viewLastAddedMedia (2,4);
$objCpm->cpm_close();
?>
Then should check out the cpmFetch website (http://cpmfetch.fistfullofcode.com/projects/copperminefetch/docs.php) help information and/or search the cpmFetch board (http://forum.coppermine-gallery.net/index.php?board=87.0) and become familiar with it if you're going to use it. Here's a link to get you started - http://forum.coppermine-gallery.net/index.php?topic=36595.0 (http://forum.coppermine-gallery.net/index.php?topic=36595.0)
Thanks, I will study it.
Ali