View Single Post
  #152  
Old 08-24-2009, 07:16 PM
  wjbrewer's Avatar 
wjbrewer wjbrewer is offline
Banned
 

X-Adept
  
Join Date: Feb 2005
Location: Pittsburgh, PA
Posts: 504
 

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

For users of Smart Search v2.0 or greater.

There is a recently discovered conflict with IE8 preventing the advanced search from loading. To fix make the following change:

skin1/modules/Smart_Search/smart_search.tpl

Near the bottom of the file change this line:

Code:
loadIdSizes();

to this:

Code:
ac.addEvent(window, 'load', loadIdSizes);
Reply With Quote