How to install CPMFetch How to install CPMFetch
 

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

How to install CPMFetch

Started by AncaGabriela_, January 31, 2014, 12:40:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

AncaGabriela_

Hy  sorry   for   disturb   like   this   and  sorry  for my  bad english.Look  i  follow this   tutorial http://tutorials.fanfusion.org/coppermine/how-to-install-cpmfetch/   i   install   like in  tutorial  and     now   i  have  this http://pilaloversro.celebwire.org/Photos/cpmfetch/install.php
but not  i   dont   understand   what  is  next i  whant    tu put in  sidebar   in my web please  is  urgent   i need   to open  my  webs   thanks!


gmc

You have successfully installed cpmfetch - and the screen picture you attached gives the code you need.

Assuming you are trying to display on your homepage written in php - and your gallery is in a subdirectory named gallery, you would include:

<?php
  
include "./gallery/cpmfetch/cpmfetch.php";
  
$objCpm = new cpm("./gallery/cpmfetch/cpmfetch_config.php");
  
$objCpm->cpm_viewLastAddedMedia(1,4);
  
$objCpm->cpm_close();
?>


will display a row of the 4 last added pictures.

If you want a column of 4 images (you mentioned sidebar), the 3rd line would become:

  $objCpm->cpm_viewLastAddedMedia(4,1);


Does that help?
Thanks!
Greg
My Coppermine Gallery
Need a web hosting account? See my gallery for an offer for CPG Forum users.
Send me money

AncaGabriela_

i  will  try   thanks  you   for  help