![]() |
![]() |
![]() |
|
|||||||
| Modifications Simple to complex modifications, made by users or by our team, applied to logic or presentation, all kinds of modifications are discussed and requested here. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#21 |
|
Join Date: May 2006
Posts: 26
![]() |
thank you really reaylly much i have sended a message to support but no respons yet.
|
|
|
|
|
|
#22 |
|
Join Date: May 2006
Posts: 26
![]() |
i am missing one thing in this mod, and that is that the alexa image is still the image from the affilate link.....
Is this correct ? i would like to have the image to be the one of the real website and not the one from the affiliate link..... |
|
|
|
|
|
#23 |
|
Loyal User
|
In the code for Alexa image find section:
Code:
<img width="111" height="87" src="http://pthumbnails.alexa.com/image_server.cgi?id=www.esyndicat.com&size=small&url={$link.url}" alt="" />
Code:
<img width="111" height="87" src="http://pthumbnails.alexa.com/image_server.cgi?id=www.esyndicat.com&size=small&url={if $link.display_url neq 'http://'}{$link.display_url}{else}{$link.url}{/if}" alt="" />
Basically you just replacing code: Code:
{$link.url}
Code:
{if $link.display_url neq 'http://'}{$link.display_url}{else}{$link.url}{/if}
![]()
__________________
Custom eSyndicat Templates | World Web Directory | Keyword Directory Webmaster Blog |
|
|
|
|
|
#24 |
|
Join Date: May 2006
Posts: 26
![]() |
mm almost, take a look at:
http://www.hiervindjealles.nl/search.php?what=kids then you see the picture of europe(is picture from affiliate program), but when you click on Link Details, then there is the correct image of the target website....i want the correct image on both places...... any idears...... |
|
|
|
|
|
#25 |
|
Loyal User
|
You need to apply changes that I described in the post above to both files:
- view-link.tpl and - link-display.tpl Looks like you updated only view-link.tpl file...
__________________
Custom eSyndicat Templates | World Web Directory | Keyword Directory Webmaster Blog |
|
|
|
|
|
#26 |
|
Join Date: May 2006
Posts: 26
![]() |
Thank you ! It is working perfect now.
|
|
|
|
|
|
#27 |
|
Guest
Posts: n/a
|
Hi WTW! You are becoming eSyndiCat professor...
Thank you for your help! |
|
|
|
#28 | |
|
Join Date: Mar 2006
Location: The Netherlands
Posts: 298
![]() |
Quote:
|
|
|
|
|
|
|
#29 |
|
Loyal User
|
1.To use Alexa image on "links" page as a link to "view details" page and display image of main site instead of affiliate site:
In links-display.tpl file find code: 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&url={$link.url}" alt="" /></td>
Code:
<td valign="top" style="padding-right: 10px;">{if $config.mod_rewrite}
<a href="{$config.base}{$config.dir}{$link.path}/{convert_str string=$link.title}-l{$link.id}.html"><img width="111" height="87" src="http://pthumbnails.alexa.com/image_server.cgi?id=www.esyndicat.com&size=small&url={if $link.display_url neq 'http://'}{$link.display_url}{else}{$link.url}{/if}" alt="" /></a>
{else}
<a href="{$config.base}{$config.dir}view-link.php?id={$link.id}"><img width="111" height="87" src="http://pthumbnails.alexa.com/image_server.cgi?id=www.esyndicat.com&size=small&url={if $link.display_url neq 'http://'}{$link.display_url}{else}{$link.url}{/if}" alt="" /></a>
{/if}</td>
In view-link.tpl file find code: Code:
{if $config.alexa_thumbs}
<img width="111" height="87" src="http://pthumbnails.alexa.com/image_server.cgi?id=www.esyndicat.com&size=small&url={$link.url}" />
{/if}
Code:
{if $config.alexa_thumbs}
<a href="{$link.url}" class="title" id="l{$link.id}" {if $config.new_window}target="_blank"{/if} onMouseOver="window.status='{if $link.display_url neq 'http://'}{$link.display_url}{else}{$link.url}{/if}'; return true" onMouseOut="window.status=''; return true"><img width="111" height="87" border="0" src="http://pthumbnails.alexa.com/image_server.cgi?id=www.esyndicat.com&size=small&url={if $link.display_url neq 'http://'}{$link.display_url}{else}{$link.url}{/if}" title="Visit {$link.title}" /></a>
{/if}
__________________
Custom eSyndicat Templates | World Web Directory | Keyword Directory Webmaster Blog |
|
|
|
|
|
#30 |
|
Join Date: Mar 2006
Location: The Netherlands
Posts: 298
![]() |
Thanks WTM but this is not what I had in mind. I only like the alexa image clickable so if you click on the alexa image it opens the link and not the link of alexa.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How I can make to link the web page from the ALEXA picture | boom | User interface | 4 | 05-18-2006 06:08 AM |
| About the alexa.com picture of the link | boom | Installation and Updates | 4 | 05-06-2006 05:24 PM |
| truncate news story preview on homepage | maniac | User interface | 5 | 01-01-1970 12:43 AM |