This mod is pretty easy. All it requires is a template change to add in the image location for the thumbnail API and a new cell in the table. Open up your link.tpl file for the phpLD theme you are using. Near the top of the template, right after the table and first row are opened (<table><tr>) add the following:
<td style="height: 90px; width: 120px">
<img src="http://www.artviper.net/screenshots/screener.php?url={$link.URL|escape|trim}"
alt="Thumbnail" />
</td>
That should be it! The thumbnails take a bit to be cached, but after they’re loaded once they should load quickly.
Hi, thx a lot.. I have phpLD 3.3 and it worked! One question: How can I update all the thumbnails on my site?!..
GeO — March 8th, 2008 at 1:05 pmunfortunately you have to let the first update go slow. after theyre generated once, they should be cached and show faster
Colin Godsey — March 9th, 2008 at 10:33 amHi,
Thanks ,just added in my directory and it’s working fine there.
Please have a look :http://www.toplinkdir.info/index.php?p=d
Again Thanks
Amit
Amit Shukla — April 7th, 2008 at 11:07 amI know this is old, but it’s the best one I can find, I’m hoping you still get these
I have installed the info from above, but not seeing it complete. Has something changed?
Where the image is it just shows Thumbnail
thanks
Wendy — October 14th, 2009 at 11:57 pmthanks for the comment, i do still get these =) This does need to be updated. ArtViper has changed their API since, I need to update this article or make a new one. Check out their services at http://www.artviper.net/website-thumbnails.php
Colin Godsey — October 15th, 2009 at 3:10 am