PDA

View Full Version : Adjustment of featured thumbnails


bostonfan
10-14-2006, 02:18 PM
Hi,

I'd like to have my featured thumbnails appear below each featured listing (like say perhaps just above the PageRank rather than at the top of them as is currently the case: http://www.ultimate-haunted-houses.com/haunted-houses/america/florida
:wallbash: [I'd like to also add a space after the featured listing.]

Here's my current link-display.tpl:

<tr>
{if $config.alexa_thumbs}
<td valign="top" class="link {$link.status}"{if $link.sponsored AND $config.sponsored_highlight AND $config.sponsored_links} style="background-color: {$config.sponsored_highlight}; border: 2px solid #333;"{/if}
{if $link.featured} style="background-color: #333; border: 2px solid red; padding-right: 10px;"><img width="120" height="100" src="http://msnsearch.srv.girafa.com/srv/i?s=MSNSEARCH&r={$link.url}" alt="" /> {/if}
{else}
<td colspan="2" class="link {$link.status}"{if $link.sponsored AND $config.sponsored_highlight AND $config.sponsored_links} style="background-color: {$config.sponsored_highlight}"{/if}>
{/if}

<div class="title">{if $link.crossed}@{/if} <a href="{$link.url}" class="title" id="l{$link.id}" {if $config.new_window}target="_blank"{/if}>{if $config.esc_codes}{text_to_html aText=$link.title aParagraph=true}{else}{$link.title}{/if}</a>
{section name=star loop=$link.rank}<img src="{$img}star.png" alt="" />{/section}
</div>

<div class="description">
{if $config.esc_codes}
{text_to_html aText=$link.description aParagraph=true}
{else}
{$link.description}
{/if}
</div>

<div class="url">{$link.url}</div>

<div class="stat">({$lang.clicks}: {$link.clicks};
{if $config.link_comments}
{$lang.comments}: {$link.comments};
{/if}

{$lang.link_added}: {$link.date|date_format:$config.date_format}) ::

{if $config.mod_rewrite}
<a href="{$config.base}{$config.dir}{$link.path}/{convert_str string=$link.title}-l{$link.id}.html">{$lang.link_details}</a>
{else}
<a href="{$config.base}{$config.dir}view-link.php?id={$link.id}">{$lang.link_details}</a>
{/if}

{if ($editor.id eq $link.id_editor) || ($link.id_editor_edit eq '1')}
| <a href="{$config.base}{$config.dir}edit-link.php?id={$link.id}">{$lang.edit_link}</a>
{/if}

{if (($editor.id eq $link.id_editor) || ($link.id_editor_edit eq '1')) AND $config.sponsored_links}
| <a href="{$config.base}{$config.dir}upgrade-link.php?id={$link.id}">{$lang.upgrade_listing}</a>
{/if}

{if $config.amazon_link}
| <a href="http://partner.alexa.com/amzn/redirect_to_detail?amzn_id=esyndicatfree-20&amp;url={$link.url}">{$lang.view_amazon}</a>
{/if}

{if $config.pagerank}
<br />{$lang.pagerank}:<br />{print_pagerank pr=$link.pagerank}
{/if}
</div>
</td>
</td>
</tr>

John Turner
10-19-2006, 10:22 AM
Hi,

I couldn't see example, it says that page not found, please check it. And describe your goal in more details with your FTP/ CPanel/ AdminPanel credentials on email jturner[at]esyndicat.com.