| 织梦移动版页面点击下一篇跳转到了上一篇怎么处理? 1.首先找到网站目录下面的/include/arc.archives.class.php文件 2.找到837行的如下内容 if ( defined(‘DEDEMOB’) ) { $mlink = ‘view.php?aid=’.$preRow[‘id’]; } else { $mlink = GetFileUrl(‘http://www.playersky.cn’,$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’]; 复制代码 4.保存模板之后重新生成页面,会发现问题解决了。 |
关注公众号相关侵权、举报、投诉及建议等,请发 E-mail:admin@discuz.vip
Powered by Discuz!
X5.0
© 2001-2026 Discuz! Team.|蜀ICP备2020035322号-1|
川公网安备 51010702002244号