Quote Originally Posted by grynmoors
index.tpl... I'm pretty sure it's this bit of code:

Code:
[img]{$tmburl}/1_{$featured_videos[i].VID}.jpg[/img]
Look for anything in the code that has ".jpg" or "img src" in it.
Your on the right path, but still not entirely correct. Those are only for the featured videos on the home page.
You can however use the
Code:
[img]{$tmburl}/1_{$featured_videos[i].VID}.jpg[/img]
line along with the IF statements to create a remake of the /featured view.

Unfortunately you won't be able to find a TPL file for it, as it's a virtual directory controlled by the script itself and HTACCESS.