View Single Post
Old March 27th, 2005, 02:03 AM   #12 (permalink)
Happy Camper
Member
Verified Customer
 
Join Date: Dec 2004
Posts: 92
Re: Search - not finding images in sub-categories

Quote:
Originally Posted by Brian
If you'll look in your search.php file for this code:
Code:
Content visible to verified customers only.
And replace it with this:
Code:
Content visible to verified customers only.
Then that should take care of the problem.
If you do this there is a small problem that generates an error when you try to search all categories. what happens is this line ($condition .= " images.catid IN($cids) AND ";) is repeated and one of them is stuck outside of the if conditional rendering a Search All Cateogories search impossible.

Instead find this:
Code:
Content visible to verified customers only.
replace with this:
Code:
Content visible to verified customers only.
Happy Camper is offline