抱歉,评论被关闭
如何解决使用『凹凸曼』伪静态化分页问题?
DISCUZ手机版伪静态-『凹凸曼』伪静态化
如果分页伪静态无法跳转问题,默认规则解决方案如下:
自行找到文件:static/js/mobile/common.js
搜索:
window.location.href = href.replace(/page=\d+/, 'page=' + $(this).val());
把内容替换为:
if(href.indexOf('thread')>0){ window.location.href = href.replace(/\d+-1\.html/, $(this).val()+'-1.html'); }else if(href.indexOf('forum')>0){ window.location.href = href.replace(/\d+\.html/, $(this).val()+'.html'); }else{ window.location.href = href.replace(/page=\d+/, 'page=' + $(this).val()); }
修改后 后台工具里更新模板缓存
推荐使用插件『凹凸曼』伪静态化 :https://addon.dismall.com/?@apoyl_rewrite.plugin
本文出自 “凹凸曼” 博客,请务必保留此出处 http://www.apoyl.com/?p=2106
日志信息 »
该日志于2017-03-11 00:12由 凹凸曼 发表在问题集分类下,
评论已关闭。
目前盖楼