Member
Member
BertSimons   2007-12-02, 00:22
#1

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?

Member
Member
sbillard   2007-12-02, 00:58
#2

$image->getVideo() will be true on video images. This is a better check since there are more suffixes than flv.

What is really needed it a way to ask for specific types of images. I'll put a ticket into trac regarding this.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.