View Single Post
  #89  
Old 04-29-2008, 02:37 PM
 
longhorn180 longhorn180 is offline
 

Senior Member
  
Join Date: Apr 2004
Location: Richmond, Virginia
Posts: 187
 

Default Re: Smart Search from alteredCart :: Spell Checking, Did You Mean? and More.

Quote:
Originally Posted by ReadytoCover
Does anyone know what files I need to edit in order to remove the url links from showing up in search results with this mod?

On the same token, do you know what I need to edit to remove the annoying redbox window at the top of the search results page that says:

There were no full word results, these results were generated using partial word matches.



I e-mailed alteredcart directly from their site but haven't received any responses. Thanks!



go to skin1/modules/Smart_Search/smart_search_products.tpl and find this code below
Code:
{*** alteredCart.com Smart Search // Product URL & Date ***} <a href="product.php?productid={$products[product].productid}">╩ {$http_location}/product.php?productid={$products[product].productid}</a> {if $sort eq 6} {$lng.lbl_date}: {$products[product].add_date|date_format:$config.Appearance.date_format} {/if} {*** Smart Search // Product URL & Date ***}
and comment out this line
Code:
<a href="product.php?productid={$products[product].productid}">╩ {$http_location}/product.php?productid={$products[product].productid}</a>
__________________
4.1.9 (Linux) Live Store
www.thecrackedbook.com
Find used books and out of print books.
Reply With Quote