I need to pull the thunmbnal image from a top rated picture from a specific gallery onto a non-gallery web page. The web page is a php page. I also would like to pull the rating and star graphics as well. I need a pretty quick time frame. This is paid work range $10-40. Will lead to futur work on same site.
thunmbnal image in a non-gallery web page - must have a look at "CpmFetch" module
http://forum.coppermine-gallery.net/index.php?board=57.0
Job completed by George_CC.
Quote from: foulu on May 26, 2005, 04:18:34 AM
thunmbnal image in a non-gallery web page - must have a look at "CpmFetch" module
http://forum.coppermine-gallery.net/index.php?board=57.0
the most simple way is to write 19 lines of code and import one function from CPG ;)
@mr sprocket: thx for feedback in my topic, nice to work with you :)
Quote from: George_CC on May 28, 2005, 10:08:59 AM
Quote from: foulu on May 26, 2005, 04:18:34 AM
thunmbnal image in a non-gallery web page - must have a look at "CpmFetch" module
http://forum.coppermine-gallery.net/index.php?board=57.0
the most simple way is to write 19 lines of code and import one function from CPG ;)
@mr sprocket: thx for feedback in my topic, nice to work with you :)
I have to agree with foulu... the simplest way would be to include the 4 lines of code below.
<?php
include "./cpmfetch.php";
$objCpm = new cpm("/gallery");
$objCpm->cpm_viewRandomTopRatedMediaFrom(1,1,14);
$objCpm->cpm_close();
?>
cpmfetch.fistfullofcode.com