I've been working with printLatestImages and I thought I got it to work but I just made the following changes:
[code]
case 0:
$sizes = getSizeCustomImage(
width, NULL, NULL, NULL, NULL, NULL, NULL, $image);
echo '[img]blank.gif[/img]getCustomImage($width, NULL, NULL, NULL, NULL, NULL, NULL, TRUE)) . '" width="' . $sizes[0] . '" height="' . $sizes[1] . '" alt="' . html_encode($image->getTitle()) . 'free image"'. " /></a>\n";
//echo '[img]blank.gif[/img]getCustomImage($width, NULL, NULL, NULL, NULL, NULL, NULL, TRUE))) . '" width="' . $sizes[0] . '" height="' . $sizes[1] . '" alt="' . html_encode($image->getTitle()) ."\" /></a>\n";
break;
case 1:
$sizes = getSizeCustomImage(NULL, $width, $height, $width, $height, NULL, NULL, $image);
echo '[img]blank.gif[/img]getCustomImage(NULL, $width, $height, $width, $height, NULL, NULL, TRUE))) . '" width="' . $sizes[0] . '" height="' . $sizes[1] . '" alt="' . html_encode($image->getTitle()) .' free image"'."\" width=\"" . $width . "\" height=\"" . $height . "\" /></a>\n";
break;
case 2:
$sizes = getSizeDefaultThumb($image);
echo '[img]blank.gif[/img]getThumb())) . '" width="' . $sizes[0] . '" height="' . $sizes[1] . '" alt="' . html_encode($image->getTitle()) .' free image"'."\" /></a>\n
";
break;
[/code]
But the images don't how on goodfreephotos.com
I also the correct jquery classes loaded its the same as the ones on
goodfreephotos.com/testdoc.php and that one works, I can't figure out why it doesn't work on my main page.