DedeCMS筛选伪静态跳转移动端JS(2)

其他两个文件修改参考文章《DedeCMS多条件筛选以筛选词为标题》,筛选url伪静态/include/extend.func.php文件需要调整,找到

$filterarr = wwwcms_filter(stripos($_SERVER['REQUEST_URI'], "list.php?tid=") ? str_replace($nofilter, '', $_SERVER['REQUEST_URI']) : $GLOBALS['cfg_cmsurl']."/plus/list.php?tid=".$tid);  

修改为

$filterarr = wwwcms_filter(stripos($_SERVER['REQUEST_URI'], "list-") ? str_replace($nofilter, '', $_SERVER['REQUEST_URI']) : $GLOBALS['cfg_cmsurl']."/list-".$tid);  

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/06c608e275b99dfd4fc1e65c1ad1a099.html