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

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”;

作者: dawei

【声明】:滨州站长网内容转载自互联网,其相关言论仅代表作者个人观点绝非权威,不代表本站立场。如您发现内容存在版权问题,请提交相关链接至邮箱:bqsm@foxmail.com,我们将及时予以处理。

为您推荐

联系我们

联系我们

0577-28828765

在线咨询: QQ交谈

邮箱: xwei067@foxmail.com

工作时间:周一至周五,9:00-17:30,节假日休息

返回顶部