Warning: Undefined array key "night" in /www/wwwroot/dhaomu.com/wp-content/themes/b2/header.php on line 18

织梦教程DedeCMS系统搜索页不能使用arclist等标签的解决方法

dedecms教程织梦搜索页不能使用arclist等标签的解决方法!本文主要讲解织梦dedecms搜索页search.php支持arclist和channelartlist标签调用的方法

dedecms教程织梦搜索页不能使用arclist等标签的解决方法!本文主要讲解织梦dedecms搜索页search.php支持arclist和channelartlist标签调用的方法

打开include/arc.searchview.class.php文件

搜索

require_once(DEDEINC."/taglib/hotwords.lib.php"); 
require_once(DEDEINC."/taglib/channel.lib.php");

在它下边添加如下代码

require_once(DEDEINC."/taglib/arclist.lib.php"); 
require_once(DEDEINC."/taglib/channelartlist.lib.php");

搜索

else if($tagname=="hotwords") 
{ 
$this->dtp->Assign($tagid,lib_hotwords($ctag,$this)); 
}

在它下边添加如下代码

else if($tagname=="arclist") 
{ 
$this->dtp->Assign($tagid,lib_arclist($ctag,$this)); 
} 
else if($tagname=="channelartlist") 
{ 
$this->dtp->Assign($tagid,lib_channelartlist($ctag,$this)); 
}
温馨提示:
1.本站大部分内容均收集于网络!若内容若侵犯到您的权益,请发送邮件至:duhaomu@163.com,我们将第一时间处理!
2.资源所需价格并非资源售卖价格,是收集、整理、编辑详情以及本站运营的适当补贴,并且本站不提供任何免费技术支持。
3.所有资源仅限于参考和学习,版权归原作者所有,更多请阅读网站声明

给TA赞赏
共{{data.count}}人
人已赞赏
编程技巧

织梦教程dede:channelartlist调用排除指定typeid栏目数据的方法

2023-10-31 0:00:00

编程技巧

Java技术五子棋游戏代码

2023-11-2 0:00:00

0 条回复 A文章作者 M管理员

Warning: Trying to access array offset on value of type null in /www/wwwroot/dhaomu.com/wp-content/themes/b2/functions.php on line 3914

Warning: Trying to access array offset on value of type null in /www/wwwroot/dhaomu.com/wp-content/themes/b2/functions.php on line 3914
----《》
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索