Last Additions on my website homepage. Last Additions on my website homepage.
 

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]

Main Menu

Last Additions on my website homepage.

Started by hozyali, January 24, 2007, 12:18:18 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hozyali

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

Joachim Müller

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.

hozyali

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();
?>

Gizmo

Then should check out the cpmFetch website help information and/or search the cpmFetch board 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
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

hozyali