Hi, I'm using Coppermine 1.4.8 and I am trying to use CPFetch to call images from all of my member's albums. they are not private, however when I use
print "<center>";
include "../cpmfetch/cpmfetch.php";
$objCpm = new cpm("/gallery");
$objCpm->cpm_viewLastAddedMedia(5,1,array("imagesize" => "Thumb","windowtarget" => "_new","subtitle" => "IslandBreez Member: %o - %c "));
$objCpm->cpm_close();
print "</center>";
I ONLY get images from the album created by the admin. I have tried using "cat=1" but that creates an error. Can someone help me please?
Support for mods is available only on the thread dealing with that mod. Please post there.