-
3月31日
-
用discuz也有一段时间了,个人感觉discuz自带的手机版中“触屏版”比“标准版”的界面要清爽的多,看着也很舒服。但是,discuz默认的是标准版,于是宿迁波仔就想办法修改了,下面和大家分享一下:
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,如何更换discuz手机版的logo
将 \static\image\mobile\images\目录下的 logo.png更换即可。
除非注明,文章均为宿迁波仔博客原创,转载请注明本文地址:http://wangboxyk.cn/post/discuz-biaozhunban-chupingban.html标签:discuz 网站建设
最近我没有折腾discuz了,以前也经常折腾