主頁(yè) > 知識(shí)庫(kù) > 實(shí)現(xiàn)讓DeDecms的上下文章鏈接限制在當(dāng)前欄目?jī)?nèi)

實(shí)現(xiàn)讓DeDecms的上下文章鏈接限制在當(dāng)前欄目?jī)?nèi)

熱門(mén)標(biāo)簽:貴陽(yáng)ai外呼系統(tǒng) 電話機(jī)器人批發(fā) 智能電銷(xiāo)機(jī)器人廣告語(yǔ) 長(zhǎng)春極信防封電銷(xiāo)卡公司 crm外呼系統(tǒng)好不好 愛(ài)巢地圖標(biāo)注 電銷(xiāo)外呼線路改不外呼線路 重慶人工智能電銷(xiāo)機(jī)器人報(bào)價(jià) 強(qiáng)訊外呼系統(tǒng)
修改方法:
找到include/inc_archives_view.php中的function GetPreNext()函數(shù),修改為:
復(fù)制代碼 代碼如下:

//--------------------------
//獲取上一篇,下一篇鏈接
//--------------------------
function GetPreNext()
{
$rs = "";
$aid = $this->ArcID;
$rid = $this->Fields['typeid'];
$next = " dede_archives.ID>'$aid' and dede_archives.typeID='$rid' order by dede_archives.ID asc ";
$pre = " dede_archives.ID<'$aid' and dede_archives.typeID='$rid' order by dede_archives.ID desc ";
//$next = " dede_archives.ID>'$aid' order by dede_archives.ID asc ";
//$pre = " dede_archives.ID<'$aid' order by dede_archives.ID desc ";
$query = "Select dede_archives.ID,dede_archives.title,
dede_archives.typeid,dede_archives.ismake,dede_archives.senddate,dede_archives.arcrank,dede_archives.money,
dede_arctype.typedir,dede_arctype.typename,dede_arctype.namerule,dede_arctype.namerule2,dede_arctype.ispart,
dede_arctype.moresite,dede_arctype.siteurl 
from dede_archives left join dede_arctype on dede_archives.typeid=dede_arctype.ID
where ";
$nextRow = $this->dsql->GetOne($query.$next);
$preRow = $this->dsql->GetOne($query.$pre);
if(is_array($preRow)){
$mlink = GetFileUrl($preRow['ID'],$preRow['typeid'],$preRow['senddate'],$preRow['title'],$preRow['ismake'],$preRow['arcrank'],$preRow['namerule'],$preRow['typedir'],$preRow['money'],true,$preRow['siteurl']);
$rs .= "上一篇:<a href='$mlink'>{$preRow['title']}</a> ";
}
else{
$rs .= "上一篇:沒(méi)有了 ";
}
if(is_array($nextRow)){
$mlink = GetFileUrl($nextRow['ID'],$nextRow['typeid'],$nextRow['senddate'],$nextRow['title'],$nextRow['ismake'],$nextRow['arcrank'],$nextRow['namerule'],$nextRow['typedir'],$nextRow['money'],true,$nextRow['siteurl']);
$rs .= " &nbsp; 下一篇:<a href='$mlink'>{$nextRow['title']}</a> ";
}
else{
$rs .= " &nbsp; 下一篇:沒(méi)有了 ";
}
return $rs;
}

如果你不會(huì)修改,還可以下載修改后的:inc_archives_view.php。

標(biāo)簽:廣安 陜西 內(nèi)蒙古 上海 吳忠 清遠(yuǎn) 保定 山南

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《實(shí)現(xiàn)讓DeDecms的上下文章鏈接限制在當(dāng)前欄目?jī)?nèi)》,本文關(guān)鍵詞  實(shí)現(xiàn),讓,DeDecms,的,上下,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《實(shí)現(xiàn)讓DeDecms的上下文章鏈接限制在當(dāng)前欄目?jī)?nèi)》相關(guān)的同類(lèi)信息!
  • 本頁(yè)收集關(guān)于實(shí)現(xiàn)讓DeDecms的上下文章鏈接限制在當(dāng)前欄目?jī)?nèi)的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章