新开发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(如下图所示)
4. 在浏览器中输入网址访问
除非注明,均为湛蓝天空原创,转载请注明本文网址:http://skyhome.cn/discuz/497.html