加入收藏 | 设为首页 | 会员中心 | 我要投稿 阜阳站长网 (https://www.0558zz.com/)- 科技、建站、内容创作、云计算、网络安全!
当前位置: 首页 > 综合聚焦 > CMS系统 > 正文

DedeCMS指定多栏目下的文章搜索

发布时间:2020-07-03 10:41:25 所属栏目:CMS系统 来源:互联网
导读:DEDECMS 指定多栏目下的文章搜索 修改include/arc.searchview.class.php文件 //统计列表里的记录$cquery = Select * From `dsfw_archives` arc where arc.typeid not in (1,2,3...) and {$this-AddSql};//搜索$query = Select arc.*,act.typedir,act.type

DEDECMS 指定多栏目下的文章搜索

修改 include/arc.searchview.class.php 文件

AddSql}"; //搜索 $query = "Select arc.*,act.typedir,act.typename,act.isdefault,act.defaultname,act.namerule,act.namerule2,act.ispart,act.moresite,act.siteurl,act.sitepath from `dsfw_archives` arc left join `dsfw_arctype` act on arc.typeid=act.id where act.id not in (4,5,6....) and {$this->AddSql} $ordersql limit $limitstart,$row";

(编辑:阜阳站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读