Jump to content

no results showing for radius search


JL Jansen

Recommended Posts

I've updated my joomla 1.5 to 2.5 according to the support document! Almost everything is working fine!

 

The only thing I can not get tot work is the radius search from the mod_jreviews_advsearch! I can search a city or postcode but it shows no results! I says though that xxx results are found and gives the page numbers (see attachement: results)!

 

I've edited the template file with the following code:

		<div class="jr_fieldDiv">   
			   {jr_postcode}
		<select id="jr_radius<?php echo $module_id;?>" class="jrSelect" name="data[Field][Listing][jr_radius]" >
                       <option value="1">1 km</option>
                       <option value="5" selected="selected">5 km</option>
                       <option value="10">10 km</option>
                       <option value="15">15 km</option>
                       <option value="20">20 km</option>
		</select>
            <button onclick="jQuery(this).parents('form:eq(0)').attr('action',s2AjaxUri).submit();" class="jrButton"><?php __t("Zoeken");?></button>
	</div>

 

I've used the following settings for the module (see attachment: mod_jreviews_advsearch-settings)

 

Anybody a clue what I'm doing wrong?

post-4495-14242989510722_thumb.png

post-4495-14242989510922_thumb.png

Link to comment
×
×
  • Create New...