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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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