Links Thumbnail images help i am using phpLD 2.1 for my medianetwork web directory. My thumbnails in links not works (msnsearch.srv.girafa is no longer serve for thumbnail ). So i need to change thumbnail provider there. The code in links.tpl shows like below {if $smarty.const.SHOW_PAGERANK} <td width="95"> <img alt="site preview" class="thumb" src="http://msnsearch.srv.girafa.com/srv/i?s=MSNSEARCH&r={$link.URL|escape|trim}" /> </td> {else} <td> </td> {/if} i want to implement the below code from thumbshots thumbnail provider. <img src="http://open.thumbshots.org/image.pxf?url=[LINK]" border="0" onload="if (this.width>50) this.border=1; this.alt='Thumbnails by Thumbshots.org';"> Can anyone guide me how i proceed with this? thanks in advance. d.prabakaran
Hi bcdxer, this thread may help http://forums.digitalpoint.com/showthread.php?t=582006 its worth going through the whole thread as there was various suggestions and info there.