欢迎来到润旭源码网
帮助中心

润旭源码网

热门搜索: 企业源码    免费源码   

织梦dedecms用栏目交叉时arclist标签不能调出相关文章

  • 时间:2020-06-26 14:46 编辑: 来源: 阅读:189
  • 扫一扫,手机访问
摘要:打开 include/taglib/arclist.lib.php 文件找到if($ctag->GetAtt('cross')=='1')修改为if($ctag->GetAtt('cross')!='0')找到if($arr['crossid']!='') $selquery = "Select id,topid Fro

打开 include/taglib/arclist.lib.php 文件

找到

if($ctag->GetAtt('cross')=='1')

修改为

if($ctag->GetAtt('cross')!='0')

找到

if($arr['crossid']!='') $selquery = "Select id,topid From `dede_arctype` where id in('{$arr['crossid']}') And id<>'{$typeid}' And topid<>'{$typeid}'  ";

修改为

if($arr['crossid']!='') $selquery = "Select id,topid From `dede_arctype` where id in({$arr['crossid']}) And id<>'{$typeid}' And topid<>'{$typeid}'  ";


分析:

从数据库可以看出

当栏目为不交叉时cross的值为0

当栏目为自动获取同名栏目时cross的值为1

当栏目为手动指定ID时cross的值为2

显然

if($ctag->GetAtt('cross')=='1')

是错的,在手动指定ID时$CrossID 始终为空


  • 全部评论(0)
资讯详情页最新发布上方横幅
联系我们

QQ:888477 {点击直接联系}

邮箱:runxu123@qq.com

时间:周1——周6 【9:00-23:00

联系客服
购买源码 源码咨询 投诉建议 联系客服
0373-6621888
手机版

扫一扫进手机版
返回顶部