when there is an in my case flv movie uploades the stopdesign theme shows an image not found mini thumbnail in the recnt images list.
I got rid of the 'thumbnbail not found' thumb doing this
`$check = substr_count($imageURL,"flv");
if ($check == 0) {
echo '[img]' .
$image->getCustomImage(null, 44.5, 33.5, null, null, null, null) .
'[/img]getTitle() . "\"/>\n";
} else{;}`
but then it doesn't increment the foreach by one offcourse... and in case of 1 movie only 5 instead of 6 recent thums are shown..
any ideas?