mene Posted August 3, 2009 at 05:03 PM Share Posted August 3, 2009 at 05:03 PM hi, I had problems with pagination url on listing pages by using SH404. And the way I solved this was that I changed the line 71 in sef_ext/com_jreviews.php by replacing "menu" to "$menu" and unexpectedly work fine so far. Are there any trouble with the change I did in the future? Or can I leave the way I changed? What the scripts below do for briefly? Sorry for so may qustions. foreach( $urlParams as $urlParam) { if($urlParam != '') { // Segments if (false === strpos($urlParam,$_PARAM_CHAR)) { $tmpParam = str_replace('$menu',$menu,$urlParam); $title[] = rtrim($tmpParam , '/'); $newUrl .= $tmpParam . '/'; // Internal to external parameter conversion } else { $bits = explode($_PARAM_CHAR,$urlParam); shAddToGETVarsList($bits[0], stripslashes(urldecode($bits[1]))); } } } Thank you in advance. Link to comment
Alejandro Posted August 3, 2009 at 09:08 PM Share Posted August 3, 2009 at 09:08 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
mene Posted August 4, 2009 at 04:03 AM Author Share Posted August 4, 2009 at 04:03 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted August 4, 2009 at 04:18 PM Share Posted August 4, 2009 at 04:18 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
mene Posted August 4, 2009 at 05:04 PM Author Share Posted August 4, 2009 at 05:04 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts