
| 歡迎訪問全國企業(yè)網(wǎng)站設(shè)計(jì)NO.1網(wǎng)站開發(fā)商平臺(tái) | 付款方式 |
POST TIME:2020-10-09
現(xiàn)在很多網(wǎng)站尤其是新聞?lì)惥W(wǎng)站都有閱讀全文功能,當(dāng)一個(gè)頁面有多個(gè)分頁的時(shí)候就會(huì)顯示出這個(gè)“在本頁閱讀全文”的鏈接,點(diǎn)擊這個(gè)鏈接之后就是這篇文章以沒有分頁出現(xiàn)的形式,那么dedecms5.7如何在文章內(nèi)容頁也實(shí)現(xiàn)這個(gè)功能呢?
具體實(shí)現(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."'");
|
注意查找的時(shí)候手動(dòng)去掉上面的那個(gè)【分隔符】字樣,找到后在其上面添加如下代碼:
注:
1、現(xiàn)在很多網(wǎng)站下面這段代碼是有誤的,本站已經(jīng)做了修正,請(qǐng)注意分辨。
2、下面的
請(qǐng)?zhí)鎿Q為標(biāo)準(zhǔn)的分頁符,
,就是去掉空格,因?yàn)樵O(shè)置為默認(rèn)分頁符,本文會(huì)分頁。
//閱讀全文開始
if($this->TotalPage > 1) {
//用正則匹配把分頁符去掉
$this->Fields['body2'] = preg_replace('/#p #副標(biāo)題 #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)
{
//分析遠(yuǎn)程文件路徑
$remotefile = str_replace(DEDEROOT, '', $TRUEfilename);
$localfile = '..'.$remotefile;
//創(chuàng)建遠(yuǎn)程文件夾
$remotedir = preg_replace("#[^\/]*\.html#", '', $remotefile);
$this->ftp->rmkdir($remotedir);
$this->ftp->upload($localfile, $remotefile, 'ascii');
}
}
//閱讀全文結(jié)束
|
添加完成之后繼續(xù)在里面查找獲得靜態(tài)頁面分頁列表的代碼,里面有return $PageList;
在其上面添加如下代碼:
$PageList.= "<a href='".$this->NameFirst."_all.".$this->ShortName."'>閱讀全文</a>"; |
修改完成后,生成一下內(nèi)容頁就可以看到效果了,當(dāng)文章內(nèi)容太多分成多頁之后就會(huì)在列表后面出現(xiàn)閱讀全文的鏈接了,大家趕快試試吧。
巨號(hào)網(wǎng)網(wǎng)站開發(fā)部為全國企業(yè)提供網(wǎng)頁設(shè)計(jì)和專業(yè)的公司網(wǎng)站制作等相關(guān)建站服務(wù),并提供24小時(shí)企業(yè)網(wǎng)站設(shè)計(jì)咨詢!
關(guān)于我們 建站知識(shí) 榮譽(yù)資質(zhì)網(wǎng)站地圖