Quote Originally Posted by grynmoors
Hmmm...well, I'm at a loss...guess we'll have to wait for Whitenoise to visit the forums again and tell us how s/he did it if someone else doesn't post first...but since s/he mentioned

I had to modify class.video_thumb.php
I'd keep looking there to see what else might need tweaking.

Maybe if the only thing you change is this:

Code:
unlink($thumb_folder . '/3_' . $t_info['vid'] . ".jpg");
add to it

Code:
unlink($thumb_folder . '/4_' . $t_info['vid'] . ".jpg");
unlink($thumb_folder . '/5_' . $t_info['vid'] . ".jpg");
I really don't want to sound rude but I have tried all of those things grynmoors previously. I am a little ashamed I can't figure it out either. :? I hope that you can figure it out. I spent alot of time trying to figure this one out. Thanks for your help. :D