發(fā)表日期:2018-08 文章編輯:小燈 瀏覽次數(shù):2669
現(xiàn)在很多網(wǎng)站尤其是新聞類網(wǎng)站都有閱讀全文功能,當一個頁面有多個分頁的時候就會顯示出這個“在本頁閱讀全文”的鏈接,點擊這個鏈接之后就是這篇文章以沒有分頁出現(xiàn)的形式,那么dedecms5.7如何在文章內容頁也實現(xiàn)這個功能呢?
具體實現(xiàn)方法:
首先找到并打開/include/arc.archives.class.php文件,在大概第145行左右的位置找到如下代碼:
$this->Fields['userip'] = $this->addTableRow['userip']; |
在其下面添加如下代碼:
$this->Fields['body2'] = $this->addTableRow['body']; |
添加完成之后再繼續(xù)查找如下代
$this->dsql->ExecuteNoneQuery("Update `#【分隔符】@__archives` SET ismake=1 WHERE id='".$this->ArcID."'"); |
注意查找的時候手動去掉上面的那個【分隔符】字樣,找到后在其上面添加如下代碼:
注:
1、現(xiàn)在很多網(wǎng)站下面這段代碼是有誤的,本站已經(jīng)做了修正,請注意分辨。
2、下面的請?zhí)鎿Q為標準的分頁符,,就是去掉空格,因為設置為默認分頁符,本文會分頁。
//閱讀全文開始 if($this->TotalPage > 1) {//用正則匹配把分頁符去掉$this->Fields['body2'] = preg_replace('/#p #副標題 #e#/U', '',$this->Fields['body2']);$this->SplitFields = explode("#p2222#",$this->Fields['body2']);$this->Fields['tmptitle'] = (empty($this->Fields['tmptitle']) ? $this->Fields['title'] : $this->Fields['tmptitle']);$this->Fields['title'] = $this->Fields['tmptitle'];$this->TotalPage = count($this->SplitFields);$this->Fields['totalpage'] = $this->TotalPage;$TRUEfilenameall = $this->GetTruePath().$fileFirst."_all.".$this->ShortName;$this->ParseDMFields(1,0);$this->dtp->SaveTo($TRUEfilenameall); if($cfg_remote_site=='Y' && $isremote == 1){//分析遠程文件路徑$remotefile = str_replace(DEDEROOT, '', $TRUEfilename);$localfile = '..'.$remotefile;//創(chuàng)建遠程文件夾$remotedir = preg_replace("#[^\/]*\.html#", '', $remotefile);$this->ftp->rmkdir($remotedir);$this->ftp->upload($localfile, $remotefile, 'ascii');}}//閱讀全文結束 |
添加完成之后繼續(xù)在里面查找獲得靜態(tài)頁面分頁列表的代碼,里面有return $PageList;
在其上面添加如下代碼:
$PageList.= "<a href='".$this->NameFirst."_all.".$this->ShortName."'>閱讀全文</a>"; |
修改完成后,生成一下內容頁就可以看到效果了,當文章內容太多分成多頁之后就會在列表后面出現(xiàn)閱讀全文的鏈接了,大家趕快試試吧。
日期:2018-09 瀏覽次數(shù):4265
日期:2018-09 瀏覽次數(shù):2918
日期:2018-09 瀏覽次數(shù):3768
日期:2018-09 瀏覽次數(shù):3705
日期:2018-09 瀏覽次數(shù):3269
日期:2018-09 瀏覽次數(shù):3667
日期:2018-09 瀏覽次數(shù):3108
日期:2018-09 瀏覽次數(shù):3343
日期:2018-09 瀏覽次數(shù):3114
日期:2018-09 瀏覽次數(shù):3147
日期:2018-09 瀏覽次數(shù):2870
日期:2018-09 瀏覽次數(shù):3394
日期:2018-09 瀏覽次數(shù):3411
日期:2018-09 瀏覽次數(shù):2982
日期:2018-09 瀏覽次數(shù):2917
日期:2018-09 瀏覽次數(shù):3671
日期:2018-08 瀏覽次數(shù):2879
日期:2018-08 瀏覽次數(shù):3033
日期:2018-08 瀏覽次數(shù):2867
日期:2018-08 瀏覽次數(shù):2853
日期:2018-08 瀏覽次數(shù):2891
日期:2018-08 瀏覽次數(shù):2668
日期:2018-08 瀏覽次數(shù):2786
日期:2018-08 瀏覽次數(shù):2717
日期:2018-08 瀏覽次數(shù):2747
日期:2018-08 瀏覽次數(shù):2901
日期:2018-08 瀏覽次數(shù):2988
日期:2018-08 瀏覽次數(shù):3277
日期:2018-08 瀏覽次數(shù):2823
日期:2018-08 瀏覽次數(shù):3122
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.