JL Jansen Posted May 28, 2012 at 07:21 PM Share Posted May 28, 2012 at 07:21 PM 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? Link to comment
Alejandro Posted May 28, 2012 at 08:11 PM Share Posted May 28, 2012 at 08:11 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
JL Jansen Posted May 28, 2012 at 08:59 PM Author Share Posted May 28, 2012 at 08:59 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted May 28, 2012 at 09:32 PM Share Posted May 28, 2012 at 09:32 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
JL Jansen Posted May 28, 2012 at 09:52 PM Author Share Posted May 28, 2012 at 09:52 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts