Links Thumbnail images help

Discussion in 'Directories' started by bcdxer, Dec 10, 2007.

  1. #1
    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&amp;r={$link.URL|escape|trim}" />
    </td>
    {else}
    <td>
    &nbsp;
    </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
     
    bcdxer, Dec 10, 2007 IP
  2. pipes

    pipes Prominent Member

    Messages:
    12,766
    Likes Received:
    958
    Best Answers:
    0
    Trophy Points:
    360
    #2
    pipes, Dec 10, 2007 IP
  3. mikey1090

    mikey1090 Moderator Staff

    Messages:
    15,869
    Likes Received:
    1,055
    Best Answers:
    0
    Trophy Points:
    445
    Digital Goods:
    2
    #3
    i sent you a PM with the correct code.
     
    mikey1090, Dec 10, 2007 IP
  4. aspidov

    aspidov Well-Known Member

    Messages:
    2,875
    Likes Received:
    272
    Best Answers:
    0
    Trophy Points:
    175
    #4
    you can use this
     
    aspidov, Dec 10, 2007 IP