首页 >

织梦DedeCMS搜索页不支持arclist、channelartlist标签的修改方法

在织梦网站的搜索页中,网页的头部 | 底部都不会和网站页面一致,在搜索页也不会只调用某一个栏目的文档,在织梦搜索页中怎么才能支持文章和栏目的调用标签,支持了标签调用,才能更近一步的调用某个栏目,在一定范围内搜索。

织梦DedeCMS搜索页不支持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));

}



织梦DedeCMS搜索页不支持arclist、channelartlist标签的修改方法
  • 织梦DedeCMS消息提示框样式修改织梦DedeCMS网站系统提示样式修改 带倒计时
  • 织梦DedeCMS消息提示框样式修改织梦DedeCMS网站系统提示样式修改 带倒计时 | 织梦DedeCMS消息提示框样式修改织梦DedeCMS网站系统提示样式修改 带倒计时 ...

    织梦DedeCMS搜索页不支持arclist、channelartlist标签的修改方法
  • 织梦DedeCMSsitemap.html地图里添加arclist无效不解析
  • 织梦DedeCMSsitemap.html地图里添加arclist无效不解析 | 织梦DedeCMSsitemap.html地图里添加arclist无效不解析 ...

    织梦DedeCMS搜索页不支持arclist、channelartlist标签的修改方法
  • 织梦DedeCMS待审核的文章也会在列表页显示解决办法
  • 织梦DedeCMS待审核的文章也会在列表页显示解决办法 | 织梦DedeCMS待审核的文章也会在列表页显示解决办法 ...