由于织梦CMS原生不支持搜索页面结 果总数的调用,所以得本身修改文件来支持了。 搜索页面调用的代码全在/include/arc.searchview.class.php里,我们先打开 /incl
页面调用的代码全在/include/arc.searchview.class.php里,,$this-GetPageListDM($list_len)); } 下面添加: else if($tagname==itemcount) { $list_len = trim($ctag-GetAtt(listsize)); if($list_len==) { $list_len = 3; } $this-dtp-Assign($tagid,所以得本身修改文件来支持了,我们先打开 /include/arc.searchview.class.php文件, , 由于原生不支持搜索页面结 果总数的调用,然后按下面步调修改文件。 重设功效页数 if($this-TotalResult $this-SearchMaxRc) { $totalpage = ceil($this-SearchMaxRc/$this-PageSize); } $plist .= $this-TotalResult; return $plist; } 第三步: 在要显示的处所插手 {dede:itemcount listsize=4/} 即可 , 第一步:在 else if($tagname==pagelist) { $list_len = trim($ctag-GetAtt(listsize)); if($list_len==) { $list_len = 3; } $this-dtp-Assign($tagid。 $this-GetItemsCountDM($list_len)); } 第二步:在 /** * 获恰当前的页面文件的url * * @access public * @return string */ 前面添加下面代码: // //搜索输出总量 // function GetItemsCountDM($list_len) { global $oldkeyword; $pagenow = ($this-PageNo-1) * 10 + 1; $pagenows = $this-PageNo*10; //当功效凌驾限制时。 |
2020-03-04
2019-10-02
2018-02-13
2018-01-06
2019-08-11