国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網(wǎng)站 > 建站經(jīng)驗 > 正文

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

2019-11-02 17:03:37
字體:
供稿:網(wǎ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 .= "上一篇:沒有了 ";

}

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 .= "   下一篇:<a href='$mlink'>{$nextRow['title']}</a> ";

}

else{

$rs .= "   下一篇:沒有了 ";

}

return $rs;

}

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

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 任丘市| 四川省| 海丰县| 洪洞县| 临沂市| 新源县| 阳西县| 新邵县| 尼木县| 高雄市| 承德市| 朝阳区| 房山区| 安吉县| 大足县| 宁陵县| 九江市| 莱州市| 佛冈县| 吴忠市| 从江县| 抚顺市| 泸定县| 香河县| 宁化县| 浏阳市| 台中市| 阿克苏市| 永清县| 泗阳县| 古丈县| 江川县| 禄丰县| 巴塘县| 郓城县| 南开区| 阿巴嘎旗| 衡阳县| 沙坪坝区| 广灵县| 平原县|