View Full Version : thumbnails in listings
disenioweb
11-28-2006, 07:21 PM
Hello:
-I want to display thumbnails in listings, not only in links details page. im using ocean template. Which file should i modify ?
Thanks
Mark Brookes
12-02-2006, 06:05 PM
Hello disenioweb
This is how I did it for the Ocean template:
After the <tr>
on line 1, I added this code
{if $config.thumbshot}
<td>
<div class="preview">
<a href="{$link.url}" target="_blank"><img width="111" height="87" src="http://msnsearch.srv.girafa.com/srv/i?s=MSNSEARCH&r={$link.url}" alt="" /></a>
</div>
</td>
{/if}
The only snag, which I discovered today, is that clicks on the new image, do not get counted as clicks.
disenioweb
12-02-2006, 06:09 PM
Hello Mark, in which file should i add this code ?
Thanks
Mark Brookes
12-02-2006, 06:14 PM
Hello disenioweb
silly me, I meant to attach an example.
in file = /templates/Ocean/link-display.tpl
You may want to follo this thread...http://www.esyndicat.com/forum/about7982.html
disenioweb
12-02-2006, 08:36 PM
Very Thanks Mark...perfect....if someone could make click count.....
Thanks
Mark Brookes
12-03-2006, 11:41 AM
Hello disenioweb
Try this
http://www.esyndicat.com/forum/about7982.html
and please tell me if it works for you too.
disenioweb
12-03-2006, 12:38 PM
Hello Mark...IT WORKS PERFECT!!!!!!!!!!!!!!!!!
Very Thanks.
Mark Brookes
12-03-2006, 05:39 PM
Very welcome
:wink:
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.