Neal Afifi Posted May 23, 2013 at 12:12 PM Share Posted May 23, 2013 at 12:12 PM i have created page with Jreviews listing page with this url http://localhost/workspace/reviewzat/ar/products/phones and when i do search for first time it redirect well to the same page with this url http://localhost/workspace/reviewzat/ar/products/phones/search-results?dir=2&cat=33&keywords=nokia but when i do search again it takes me to different page http://localhost/workspace/reviewzat/ar/component/jreviews/search-results/?dir=2&cat=33&keywords=nokia Notice: i am setting "Use current page Itemid for search results" to Yes & "Specify a menu id for search results" is empty when i inspcet the form containing the search input in the second search i found this <input type="hidden" name="data[menu_id]" value=""> also when i disable SEF from Joomla global configuration it works well because "Itemid" parameter is exist in the url i can solve it in the module by this : if(!$search_itemid){ $search_itemid = JRequest::getVar('Itemid'); } but the paging & filters is having the wrong URL so how this can be solved with using SEO of Joomla 3 Link to comment
Alejandro Posted May 23, 2013 at 05:02 PM Share Posted May 23, 2013 at 05:02 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Neal Afifi Posted May 23, 2013 at 05:37 PM Author Share Posted May 23, 2013 at 05:37 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted May 31, 2013 at 09:06 PM Share Posted May 31, 2013 at 09:06 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts