DZ版本:3.4 GBK 问题:访问手机页面,偶尔会出现:提示您访问的页面无手机页面,是否进一步访问电脑版?
查看论坛的解决方法如下: 方法一无效;方法二强制刷新不是彻底解决;方法三:强制刷新不是彻底解决; 方法一:(对DZ3.4版本无效,搜索不到618行内容) ource/function/function_core.php 找到 source/function/function_core.php第618行: 把
改成
方法二:(强制刷新即使0秒,也还可以瞬间看到 无手机页面 的界面跳转) sourcelanguage lang_message.php 查找: ‘not_in_mobile‘ => ‘您访问的页面无手机页面,是否进一步访问电脑版?‘, 更换为: ‘not_in_mobile‘ => ‘<style>body {background:#000000;height:1000px;width:auto;}</style><meta http-equiv="refresh" content="0;url=forum.php?mod=portal&mobile=yes">‘, 方法三:(强制刷新即使0秒,也还可以瞬间看到 无手机页面 的界面跳转) 找到 根目录\source\language\lang_message.php 文件 找到 第1056行 将 'not_in_mobile' => '您访问的页面无手机页面,是否进一步访问电脑版?', 修改为 'not_in_mobile' => '<meta http-equiv="refresh" content="0" />', 以上三种方法来自网络朋友总结,自己用了个绝杀方法,目前观察中,还未出现问题,方法如下: 找到 source/function/function_core.php中: $url = $_SERVER['REQUEST_URI'].(strexists($_SERVER['REQUEST_URI'], '?') ? '&' : '?').'mobile=no'; $mobiletplfile = $tpldir.'/'.$file.'.htm'; #换成这个,没手机版不报错,直接强制转到手机版 } else { 如果发现不好用,我再来备注使用效果.... |
GMT+8, 2024-11-23 16:23 , Processed in 0.065927 second(s), 19 queries , Gzip On.
Powered by Discuz! X3.5
© 2001-2024 Discuz! Team.