Search results

hi there,

whenever i do a search it will display the text "Sorry, no image matches. Try refining your search." even when image matches do come up.

the search actually works fine - it's just i can't figure out how to get rid of this text when search gives positive results.

i am using zenphoto 1.4.0.1.

my code looks like this:

`
<?php if (($total = getNumImages() + getNumAlbums()) > 0) {
if ($_REQUEST['date']){ $searchwords = getSearchDate();
} else { $searchwords = getSearchWords(); }
echo "

Total matches for ".$searchwords.": $total

"; } $c = 0; ?>


<?php if ($c == 0) { echo "<p>Sorry, no image matches. Try refining your search."; } ?>
`
i have read the theme tutorial & have done a search on google and the zenphoto support forum & could not find anything to help me...

http://pennystewartdesigns.com/merrepen/gallery

positive search result would be to search "emu" for example. negative search would be "Jamaica".

Comments

Sign In or Register to comment.