There are a lot of mods available online telling you how to add a thumbnail to your details page. One of the most popular ones is to add a Alexa thumbnail to your detail page. Well, there is another way to do this. Usually when a listing becomes featured listing, a thumbnail shows automatically. Thus, if we look the featured listing tpl file - f.link.tpl (different templates could have different file names for featured listing), we can see a piece of code like this:
<img src=”http://msnsearch.srv.girafa.com/srv/i?s=MSNSEARCH&r={$link.URL|escape}
That’s right, it is the code that display a thumbnail for your featured listing. Now you can copy and paste this code to your detail listing template file - detail.tpl. you may try it a couple of times to make sure it displays at the right position on your detail page.
A live demo here : detail page with thumbnail
