15 2015年05月

解决:Discuz在电脑PC访问手机触屏版或“标准版”改为“触屏版”

发布于:10时25分 | 来源:湛蓝天空  |   编辑:湛蓝  |   日志分类:DISCUZ  |   已聚集:人围观

新开发Discuz手机版(触屏)时,在电脑访问查看效果最方便了,在电脑PC访问手机触屏版需要对代码做些修改(修改前请备份相关文件):

1. 在 source\class\discuz\discuz_application.php 中查找

'mobiletpl' => array('1' => 'mobile', '2' => 'touch', '3' => 'wml','yes' => 'mobile'),

并修改为

'mobiletpl' => array('1' => 'touch', '2' => 'touch', '3' => 'wml','yes' => 'touch'),

2.在 static/js/mobile/common.js 中查找

!supporttouch && (window.location.href = 'forum.php?mobile=1');

并注释掉(如下)

//!supporttouch && (window.location.href = 'forum.php?mobile=1');

3. 在浏览器安装User-Agent Switcher插件

如Firefox或chrome插件User-Agent Switcher(如下图所示)

火狐User-Agent Switcher插件

User-Agent Switcher插件面板图

4. 在浏览器中输入网址访问

Discuz在电脑PC访问手机版

除非注明,均为湛蓝天空原创,转载请注明本文网址:http://skyhome.cn/discuz/497.html

标签:discuz(10)触屏版(1)
评论列表(网友评论仅供网友表达个人看法,并不表明本站同意其观点或证实其描述)