View Full Version : Is this a solution to alexa thumbnails????
If we can get thumbshots.org to provide a thumbshot in the link details of esyndicat, then we must be able to alter some code somewhere to provide the thumbshot at the side of the links, instead of using alexa.
Please tell me if this has already been thought of......just a thought, and if this does work can someone give me the alternate code.
Maybe one of the designers can help do this...
Thanks...
There is the option for link details page:
CONFIGS
Link Details page
Preview display by Thumbshots.org Click "enabled"
or are you also wanting link display page to show them?
Yes i want the link page to show them.
Simon Gooffin
09-06-2006, 10:51 AM
Hi
That's easy.. Make the following changes in your templates:
*** open link-display.tpl and find the following code ***
<td valign="top" style="padding-right: 10px;"><img width="111" height="87" src="http://pthumbnails.alexa.com/image_server.cgi?id=www.esyndicat.com&size=small&u rl={$link.url}" alt="" /></td>
*** change it to the following ***
<td valign="top" style="padding-right: 10px;"><div class="preview"><img src="http://open.thumbshots.org/image.pxf?url={$link.url}" /></div></td>
*** save changes ***
Currently we are working on the alternative ways to display thumbnails. We are checking Girafa services and some other sites offering similar services
Thanks for the code, it works, but it does not show alot of preview thumbshots.
Much appreciated, and i hope that you can find a proper solution for this.
Ive also had a look at Girafa and there is a monthly charge, hopefully we can find a free site that does not charge for thumbnails.
Rob
Zooalex
09-06-2006, 09:24 PM
Currently we are working on the alternative ways to display thumbnails. We are checking Girafa services and some other sites offering similar services
Great news, Simon!!
We hope you find the best solution for all eSyndiCat's users!
This is another similar service: http://www.m-software.de/thumbshots/
Let me know,
Alex
Dave Baker
09-06-2006, 10:21 PM
Thanks Zooalex,
*** in link-display.tpl following code ***
<td valign="top" style="padding-right: 10px;"><img width="111" height="87" src="http://pthumbnails.alexa.com/image_server.cgi?id=www.esyndicat.com&size=small&u rl={$link.url}" alt="" /></td>
***replace with this code***
<td valign="top" style="padding-right: 10px;"><div class="preview"><img src = "http://www.m-software.de/screenshot/Screenshot.png?url={$link.url}&width=120&height=90" /></div></td>
***Save file**
You receive good service with opportunity of change of the size.
pixelin
09-08-2006, 08:25 PM
thanks , i can put a image on sponsor links , featured links but .. where I can change code for partner links ?
Dave Baker
09-08-2006, 08:48 PM
Try to look in index.tpl
{foreach from=$partner_links item=link}
<div class="partner-link"><a href="{$link.url}" class="title" id="l{$link.id}" {if $config.new_window}target="_blank"{/if}>{$link.title}</a></div>
{/foreach}
Tech25
11-17-2006, 12:32 AM
How do I do this in 2.0?? This code doesn't appear to exist in 2.0 link-display.tpl I managed to get it to display ONE thumbshot but any additional links don't show. it's as if it isn't replicating the code...
Could sommeone take a peek at http://www.lakelandlocator.com/business/business-services/ and advise please? This is one of the last of three tweaks I need to do before I can go live.
( the other two are make these thumbs appear only for paidlistings and get the PR to work.)
I want to have the thumbs on the left of the link details on the link page as shown but umm displayng properly would be nice. lol thanks much!
Roy
John Turner
11-17-2006, 09:16 AM
Hi Roy,
Like I wrote, Please provide me with your FTP and AdminPanel credentials I will try to help you.
You my try alternative thumb service
please read this thread
http://www.esyndicat.com/forum/showthread.php?t=7741
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.