VIP福利
主页 > 建站问题 > 织梦技巧 > 织梦DedeCMS搜索结果显示数量教程

织梦DedeCMS搜索结果显示数量教程

下面淘站网分享织梦DedeCMS搜索结果显示结果数量的实现方法教程,例如提示:您正在搜索淘站网,找到相关信息20条。 前台效果 实现教程 打开 /include/arc.searchview.class.php 找到 else if ($tagname== field ) 在它的上面加入 else if ($tagname== itemcount ){$this-dtp-Assign($tagid,$this-TotalResult);} 如图 搜索页模板里调用标签写法 {dede:itemcount/} […]



下面淘站网分享织梦DedeCMS搜索结果显示结果数量的实现方法教程,例如提示:您正在搜索"淘站网",找到相关信息20条。

前台效果

织梦DedeCMS搜索结果显示数量教程

实现教程

打开 /include/arc.searchview.class.php 找到

else if($tagname=="field")

在它的上面加入

else if($tagname=="itemcount")

{

$this->dtp->Assign($tagid,$this->TotalResult);

}

如图

织梦DedeCMS搜索结果显示数量教程

搜索页模板里调用标签写法

{dede:itemcount/}

例如

搜索 <strong>{dede:global name='keyword' function='RemoveXSS(@me)'/}</strong> 的结果 共有 {dede:itemcount/} 条记录

说点什么吧
  • 全部评论(0
    还没有评论,快来抢沙发吧!