Discuz! X3.* 触屏版切换电脑版时,加入提示页面
分类 网站技术/村民张先生 发布于 2015-09-22 19:40
4、打开 source/class/helper/helper_mobile.php 文件,
查找:
if(strpos($replace, 'mobile=') === false) {
替换为:
if(strpos($replace, 'mobile=') === false && strpos($replace, 'switcher') === false) {
5、打开当前模板目录下 touch/common/footer 模板,
查找:
<a href="{$_G['setting']['mobile']['nomobileurl']}">{lang nomobiletype}</a> |
替换为:
<!--{eval $to = preg_replace(array('/\//','/forum.php\?mobile=.*/','/\&mobile=.*/','/\?mobile=.*/','/redirect.php\?n=switcher\&to=/'), array('','','','',''), $_SERVER['REQUEST_URI']); $to = $to ? $to : 'index'; $to = strpos($to, '%') === false ? urlencode($to) : $to; }--> <a href="redirect.php?n=switcher&to=$to" rel="nofollow">{lang nomobiletype}</a> |
上传覆盖,更新缓存。
欢迎谈谈你的看法(无须登录) *正文中请勿包含"http://"否则将被拦截