Rik Brown Posted December 4, 2019 at 10:48 PM Share Posted December 4, 2019 at 10:48 PM (edited) For quite a long time I've been using the following banner code in listings: <div class="roundedPanel"> <a href="index.php?option=com_jreviews&url=search-results&order=distance&jr_radius=0.25&jr_latitude={jr_latitude}&jr_longitude={jr_longitude}" rel="nofollow">Nearby (~0.25 mi. / ~.4 km radius)</a><br /> <a href="index.php?option=com_jreviews&url=search-results&order=distance&jr_radius=0.6&jr_latitude={jr_latitude}&jr_longitude={jr_longitude}" rel="nofollow">Nearby (~0.6 mi. / ~1 km radius)</a><br /> <a href="index.php?option=com_jreviews&url=search-results&order=distance&jr_radius=2.5&jr_latitude={jr_latitude}&jr_longitude={jr_longitude}" rel="nofollow">Nearby (~2.5 mi. / ~4 km radius)</a> </div> I want to do the same thing but limit the results to a specific category #98 (catid=98). I've tried adding (right after "search-results" and also after "{jr_longitude}") the following which do not change the results (still grabs from all categories): &category={category|98} &category={catid|98} &category={98} 1) What is the right format to force limiting results to a single category? 2) Also, what would be the right format if I wanted to limit it to several categories? Thanks. -- Rik Edited December 4, 2019 at 10:48 PM by Rik Brown spelling Link to comment
Alejandro Posted December 4, 2019 at 11:56 PM Share Posted December 4, 2019 at 11:56 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts