婷婷综合国产,91蜜桃婷婷狠狠久久综合9色 ,九九九九九精品,国产综合av

主頁 > 網(wǎng)站建設(shè) > 建站知識(shí) > dedeCMS織夢(mèng)系統(tǒng)在列表頁輸出當(dāng)前頁碼相關(guān)信息的

dedeCMS織夢(mèng)系統(tǒng)在列表頁輸出當(dāng)前頁碼相關(guān)信息的

POST TIME:2020-04-10 19:06

本方法原理上適用于DedeV5.3及以上所有的版本,不分編碼。

這個(gè)問題來源于剛才有一位朋友的需求,他希望在列表頁可以自由的調(diào)用當(dāng)前欄目的一些與頁碼相關(guān)的信息。這個(gè)需求如果用自帶的織夢(mèng)標(biāo)簽,是無法實(shí)現(xiàn)的,我們需要修改源代碼后才可實(shí)現(xiàn)。

實(shí)現(xiàn)步驟

代碼修改

打開/include/arc.listview.class.php 文件,找到:

if(preg_match('/index/i', $listitem)) $plist .= $indexpage; if(preg_match('/pre/i', $listitem)) $plist .= $prepage; if(preg_match('/pageno/i', $listitem)) $plist .= $listdd; if(preg_match('/next/i', $listitem)) $plist .= $nextpage; if(preg_match('/end/i', $listitem)) $plist .= $endpage; if(preg_match('/option/i', $listitem)) $plist .= $optionlist; if(preg_match('/info/i', $listitem)) $plist .= $maininfo;

這樣的代碼,一共有兩處(靜態(tài)分頁函數(shù)與動(dòng)態(tài)分頁函數(shù)),修改為:

$PageNo = $this->PageNo; $TotalResult = $this->TotalResult; $TotalPage = $totalpage; $PageSize = $this->PageSize; if(preg_match('/thisPage/i', $listitem)) $plist .= $PageNo; if(preg_match('/TotalResult/i', $listitem)) $plist .= $TotalResult; if(preg_match('/TotalPage/i', $listitem)) $plist .= $TotalPage; if(preg_match('/PageSize/i', $listitem)) $plist .= $PageSize; if(preg_match('/index/i', $listitem)) $plist .= $indexpage; if(preg_match('/pre/i', $listitem)) $plist .= $prepage; if(preg_match('/pageno/i', $listitem)) $plist .= $listdd; if(preg_match('/next/i', $listitem)) $plist .= $nextpage; if(preg_match('/end/i', $listitem)) $plist .= $endpage; if(preg_match('/option/i', $listitem)) $plist .= $optionlist; if(preg_match('/info/i', $listitem)) $plist .= $maininfo;

保存后即可。
注:要修改兩處,一個(gè)是靜態(tài)的,一個(gè)是動(dòng)態(tài)的,你可以用相關(guān)編輯軟件的搜索功能進(jìn)行查找。

前臺(tái)調(diào)用

接下來我們就可以在我們所需要的前臺(tái)頁面(模板文件名一般為 list_***.htm)進(jìn)行調(diào)用了,調(diào)用的代碼一共有如下幾個(gè):

文檔總數(shù):{dede:pagelist listitem="TotalResult"/}
分頁總數(shù):{dede:pagelist listitem="TotalPage"/}
分頁大小:{dede:pagelist listitem="PageSize"/}
當(dāng)前頁碼:{dede:pagelist listitem="thisPage"/}

它可以實(shí)現(xiàn)在列表頁模板中任意地方的調(diào)用,也可以同時(shí)在多個(gè)地方進(jìn)行調(diào)用。



收縮
  • 微信客服
  • 微信二維碼
  • 電話咨詢

  • 400-1100-266
主站蜘蛛池模板: 临漳县| 成都市| 沛县| 启东市| 临城县| 福贡县| 遵化市| 安乡县| 信阳市| 铜梁县| 鄂州市| 营山县| 武清区| 鹤山市| 平利县| 锦州市| 辉南县| 永春县| 金坛市| 新平| 龙江县| 武乡县| 报价| 赞皇县| 呈贡县| 同心县| 沛县| 呼图壁县| 武强县| 巨野县| 武威市| 钦州市| 聂荣县| 阿克苏市| 张家口市| 祁门县| 高尔夫| 海淀区| 本溪| 牡丹江市| 宁陕县|