织梦移动版页面点击下一篇获取不到id
Posted xiaomifeng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了织梦移动版页面点击下一篇获取不到id相关的知识,希望对你有一定的参考价值。
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
以上是关于织梦移动版页面点击下一篇获取不到id的主要内容,如果未能解决你的问题,请参考以下文章