在織夢(mèng)的搜索結(jié)果頁(yè)面中,如果要使用dede:tag等標(biāo)簽的支持,你需要這樣做
打開(kāi) include\arc.searchview.class.php 找到
require_once(DEDEINC."/taglib/channel.lib.php");
在它的下面加入
require_once(DEDEINC."/taglib/tag.lib.php");
繼續(xù)找到
else if($tagname=="hotwords")
{
$this->dtp->Assign($tagid,lib_hotwords($ctag,$this));
}
大概在540行,在它的下面加入
else if($tagname=="arclist") { $this->dtp->Assign($tagid,lib_arclist($ctag,$this)); } else if($tagname=="channelartlist") { $this->dtp->Assign($tagid,lib_channelartlist($ctag,$this)); } else if($tagname=="tag") { $this->dtp->Assign($tagid,lib_tag($ctag,$this)); } |
版權(quán)聲明: 本站資源均來(lái)自互聯(lián)網(wǎng)或會(huì)員發(fā)布,如果侵犯了您的權(quán)益請(qǐng)與我們聯(lián)系,我們將在24小時(shí)內(nèi)刪除!謝謝!
轉(zhuǎn)載請(qǐng)注明: 織夢(mèng)搜索結(jié)果增加dede:tag標(biāo)簽支持