dedecms搜索页面不能使用arclist等标签的解决方法
导读:织梦文章织梦文章这篇文章主要为大家介绍了dedecms搜索页面不能使用arclist等标签的解决方法,通过针对搜索页相关底层代码的修改实现搜索页对标签的支持,是非常实用的技巧,织梦手机模板dede手机模板。
本文实例讲述了dedecms搜索页面不能使用arclist等标签的解决方法。分享给大家供大家参考。具体方法如下:
这里讲述dedecms模板搜索页search.php支持arclist和channelartlistdede手机模板标签调用的方法,步骤如下:
打开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==dede,模板"channelartlist") { $this->dtp->Assign($tagid,lib_channelartlist($ctag,$this)); }
希望本文所述对大家的dedecms建站有所帮助。
相关织梦手机模板dede手机模板。声明: 本文由我的SEOUC技术文章主页发布于:2023-07-19 ,文章dedecms搜索页面不能使用arclist等标签的解决方法主要讲述标签,解决方法,织梦网站建设源码以及服务器配置搭建相关技术文章。转载请保留链接: https://www.seouc.com/article/web_30931.html