1.首先找到網站目錄下面的/include/arc.archives.class.php文件
2.找到837行的如下內容
if ( defined('DEDEMOB') )
{
$mlink = 'view.php?aid='.$preRow['id'];
} else {
$mlink = GetFileUrl($nextRow['id'],$nextRow['typeid'],$nextRow['senddate'],$nextRow['title'],$nextRow['ismake'],$nextRow['arcrank'],
$nextRow['namerule'],$nextRow['typedir'],$nextRow['money'],$nextRow['filename'],$nextRow['moresite'],$nextRow['siteurl'],$nextRow['sitepath']);
}
3 并將其中的把這一行
$mlink = 'view.php?aid='.$preRow['id'];
修改為
$mlink = 'view.php?aid='.$nextRow['id'];
保存模板之后重新生成頁面,這個問題只適用于dedecmsV5.7sp2



















