forum.coppermine-gallery.net

Support => Looking for Freelancers / Paid help => Topic started by: mr sprocket on May 25, 2005, 05:16:00 pm

Title: Copper Mine Modification Pull top rated image onto web page
Post by: mr sprocket on May 25, 2005, 05:16:00 pm
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.
Title: Re: Copper Mine Modification Pull top rated image onto web page
Post by: 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
Title: Re: Copper Mine Modification Pull top rated image onto web page
Post by: mr sprocket on May 27, 2005, 04:05:33 pm
Job completed by George_CC.
Title: Re: Copper Mine Modification Pull top rated image onto web page
Post by: George_CC on May 28, 2005, 10:08:59 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 :)
Title: Re: Copper Mine Modification Pull top rated image onto web page
Post by: vuud on July 06, 2005, 07:37:36 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