无限星辰工作室-客户无限互联网动力之源
标题:
Discuz!X 系列手机版默认触摸屏版本显示修改方法
[打印本页]
作者:
crx349
时间:
2013-12-6 10:01
标题:
Discuz!X 系列手机版默认触摸屏版本显示修改方法
将 Discuz X3 手机版默认的“标准版”改为“触屏版” 修改前请备份原文件
1、找到“\source\class\discuz\discuz_application.php”,将其中的
'mobiletpl' => array('1' => 'mobile', '2' => 'touch', '3' => 'wml','yes' => 'mobile'),
复制代码
改为
'mobiletpl' => array('1' => 'mobile', '2' => 'touch', '3' => 'wml','yes' => 'touch'),
复制代码
2、上面的修改已经成功了,但是顶部会有“用掌上论坛访问本站,拥有更好阅读体验”的一小段文字,现在把它删掉。
找到“\source\plugin\mobile\mobile.class.php”,将其中的
if(strpos($useragent, 'iphone') !== false || strpos($useragent, 'ios') !== false) {
return lang('plugin/mobile', 'mobile_tip_ios');
} elseif(strpos($useragent, 'android') !== false) {
return lang('plugin/mobile', 'mobile_tip_android');
} elseif(strpos($useragent, 'windows phone') !== false) {
return lang('plugin/mobile', 'mobile_tip_wp7');
}
复制代码
删掉或者注释掉,就完全OK了。
3.上传修改文件,更新缓存,手机重新访问,默认就是触摸屏版本哦。
欢迎光临 无限星辰工作室-客户无限互联网动力之源 (https://xmspace.net/)
Powered by Discuz! X3.4