当前位置: 首页 > 织梦教程 > 织梦搜索结果页面显示总搜索条数的方法

织梦搜索结果页面显示总搜索条数的方法

365ymw / 2019-09-27
[] [] []

 打开根目录下/include/arc.searchview.class.php

 

第一步、找到大概第533行,找到

1 else if($tagname=="pagelist")
2 {
3   $list_len = trim($ctag->GetAtt("listsize"));
4  if($list_len=="")
5  {
6   $list_len = 3;
7  }
8   $this->dtp->Assign($tagid,$this->GetPageListDM($list_len));
9 }

在这句代码的下面加入

1 else if($tagname=="itemcount"
2 {    
3     $list_len = trim($ctag->GetAtt("listsize"));    
4     if($list_len=="")    
5     
6         $list_len = 3;    
7     }    
8     $this->dtp->Assign($tagid,$this->GetItemsCountDM($list_len)); 
9 }

 

第二步、继续找到大概935行:

/** 

 *  获得当前的页面文件的url 

 * 

 * @access    public 

 * @return    string 

 */

在这句代码的面添加以下代码:

01 //————   
02 //搜索输出总量   
03 //————   
04 function GetItemsCountDM($list_len)   
05 {     
06     global $oldkeyword;     
07     $pagenow = ($this->PageNo-1) * 10 + 1;     
08     $pagenows $this->PageNo*10;   //当结果超过限制时,重设结果页数     
09     if($this->TotalResult > $this->SearchMaxRc)    
10     {  
11         $totalpage ceil($this->SearchMaxRc/$this->PageSize);     
12     }    
13     $plist .= $this->TotalResult;     
14     return $plist;   
15 }

 

第三步、在要显示的地方使用 {dede:itemcount listsize='4'/} 即可调用

本文链接:http://www.365ymw.com/article-1415.html 转载请保留出处,谢谢!

中查找“织梦搜索结果页面显示总搜索条数的方法”更多相关内容

用户评论

暂时还没有任何用户评论
用户名: 匿名用户
E-mail:
评价等级:
评论内容:
验证码: captcha

浏览历史

免责条款 | 隐私保护 | 联系我们 | 公司简介 | 报价单 | 积分商城 | 留言板
Copyright © 2010-2024 365ymw.com All Rights Reserved. 365源码商城
免责声明:部分图片素材及板块内容来自网络,如有侵犯您的权益,请联系我们,站长会立即处理!
备案号:鄂ICP备2024039974号-1