Support Forums

Store logo in search results

This is a discussion on Store logo in search results within the Modules / Plugins / Modifications forums, part of the Developer Forums category; Open showlistings.tpl under <th scope="col">{$smarty.const.LANG_VIEW_LISTING}</th> add <th>Seller</th> then find <td{if $entry.class<>""} class="{$entry.class}"{/if}> <a href="{$entry.link}" class="view" style="text-decoration: none"><b>{$smarty.const.LANG_VIEW_LISTING}</b></a> </td> and imediatly ...


Go Back   68 Classifieds Forums > Developer Forums > Modules / Plugins / Modifications

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 12-10-2008, 05:56 AM   #1
Genius At Work
 
bowers01's Avatar
 
Join Date: May 2008
Location: Geelong, Victoria, Australia
Posts: 1,073
Rep Power: 32
bowers01 is on a distinguished road
Default Store logo in search results

Open showlistings.tpl

under <th scope="col">{$smarty.const.LANG_VIEW_LISTING}</th> add <th>Seller</th>

then find
<td{if $entry.class<>""} class="{$entry.class}"{/if}>
<a href="{$entry.link}" class="view" style="text-decoration: none"><b>{$smarty.const.LANG_VIEW_LISTING}</b></a>
</td>
and imediatly under it add
<td width="220" {if $entry.class<>""} class="{$entry.class}"{/if}>
{if $entry.storeImage <> ""}
<a href="{$entry.link}"><img src="photos/{$entry.storeImage}" class="storeimage" alt="{$entry.storeTitle}" /></a>
{elseif $entry.storeTitle <> ""}
<a href="{$entry.link}" class="showlistings" style="text-decoration: none">{$entry.storeTitle|replace:'&':'&'}</a>
{else}
<a href="{$entry.link}" class="showlistings" style="text-decoration: none">Private Seller</a>
{/if}
</td>

then download the attached listing.php and replace the existing one at includes\classes\kernel with it. and that should be it, this is all from memory(how i did it) so i may have missed something, i dont think i have but its possible.

Good luck,
Nick
Attached Files
File Type: zip Listings.zip (12.0 KB, 1 views)
__________________
Nick Bowers
68c v4.1.10 Developer Custom Template
bowers01 is offline   Reply With Quote
 

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mod Wanted - Dealer logo in search results bowers01 Technical Support 6 09-20-2008 03:44 PM
Modification: Display Search String on Search Results Page jonahcoyote Modules / Plugins / Modifications 22 07-26-2008 07:08 AM
top 10 search results ymac Site Marketing 3 03-23-2008 07:44 PM


All times are GMT -4. The time now is 01:45 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0