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

 

 

来源:http://www.wx0775.com/328.html

 

相关文章:

  • 2022-12-23
  • 2021-12-27
  • 2022-02-06
  • 2021-12-12
  • 2022-02-16
  • 2021-03-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-17
  • 2021-08-22
  • 2021-08-31
  • 2022-12-23
  • 2021-06-03
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案