cpm_viewRandomMediaFromCategory and imagesize option cpm_viewRandomMediaFromCategory and imagesize option
 

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

cpm_viewRandomMediaFromCategory and imagesize option

Started by rebolon, July 10, 2007, 02:18:11 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rebolon

Hi,

i tried to use cpm_viewRandomMediaFromCategory with the fourth parameters 'option'.

$objCpm = new cpmextends("./cpmfetch_config.php");
$aOption = array( 'imagesize'=>'int' ) ; // possible values are thumb/int/large
$aRes = $objCpm->cpm_viewRandomMediaFromCategory ( 1, 1, $_GET['catUID'], $aOption );

But it always return a full size image. Even if i try thumb.
I checked my albums directory and i saw all image in three version :
large -> IMG_3882.JPG
int -> normal_IMG_3882.JPG
thumb -> thumb_IMG3882.JPG

What did i miss ?