![]() |
|
recent images stopdesign - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: recent images stopdesign (/thread-1885.html) |
recent images stopdesign - BertSimons - 2007-12-02 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) {
} 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? recent images stopdesign - sbillard - 2007-12-02
What is really needed it a way to ask for specific types of images. I'll put a ticket into trac regarding this. |