當前位置:編程學習大全網 - 網站源碼 - 織夢dedecms在搜索頁面怎麽調用arclist,channelartlist標簽

織夢dedecms在搜索頁面怎麽調用arclist,channelartlist標簽

您好,朋友。跟班網很高興為您解答:

織夢dedecms搜索頁search.php默認是不支持arclist標簽的,妳要做到支持,需要進行以下修改:

打開 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");

搜索

else if($tagname=="hotwords")

{

$this->dtp->Assign($tagid,lib_hotwords($ctag,$this));

}

在它下邊添加如下代碼

else if($tagname=="arclist")

{

$this->dtp->Assign($tagid,lib_arclist($ctag,$this));

}

修改完成後就可以用arclist標簽了,希望我的回答能夠幫到您。跟版網-專業織夢模板定制下載站。

  • 上一篇:安卓音質差的根本原因是什麽?
  • 下一篇:php程序員求職如何提高簡歷的含金量
  • copyright 2024編程學習大全網