forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 cpmFetch by vuud => Topic started by: tts on November 22, 2007, 06:57:14 am

Title: How can I display coppermine photo from different URL ?
Post by: tts on November 22, 2007, 06:57:14 am
<?php
  include "./gallery/cpmfetch/cpmfetch.php";
  $objCpm = new cpm("./gallery/cpmfetch/cpmfetch_config.php");
  $objCpm->cpm_viewLastAddedMedia(1,4);
  $objCpm->cpm_close();
?>

How can I do if my gallery photo is in the other server or URL?

Like this website, http://blog.stieglmayer.com/2007-01-07-cpmfetch-widget/
Title: Re: How can I display coppermine photo from different URL ?
Post by: Joachim Müller on November 22, 2007, 08:43:50 am
The page you refer to talks about a widget (a hack of cpmFetch). Do as suggested on that page or ask the author of that page for support if you want to use the hack he created.