马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?注册
x
discuz手机版默认“标准版”或“触屏版”设置方法 一、找到文件/source/class/discuz/discuz_application.php 找到以下到吗: 'mobiletpl'=>array('1'=>'mobile','2'=>'touch','3'=>'wml','yes'=>'mobile'), 如果默认显示为“标准版”,请您替换以下代码: 'mobiletpl'=>array('1'=>'mobile','2'=>'mobile','3'=>'wml','yes'=>'mobile'), 如果默认显示为“触屏版”,请您替换以下代码: 'mobiletpl'=>array('1'=>'touch','2'=>'touch','3'=>'wml','yes'=>'mobile'), 二、请在替换之前做好备份工作,免得操作失误而导致网站无法运营而带来的后果。 三、如果您修改的默认为触屏版,此时手机访问标准版则无法切换,如果您设置的默认是标准版,则触屏版也无法切换,希望您在设置过程中请慎重考虑在操作。
6 I5 r% s! A- J; t s& Z 文件修改方法
: T# w: S- m4 i {1、找到“\source\class\discuz\discuz_application.php”,将其中的
$ @6 s: W: c- k/ C; q3 S( I! K'mobiletpl' => array('1' => 'mobile', '2' => 'touch', '3' => 'wml','yes' => 'mobile'),( _: b: \' \9 M. x$ m P
' M: s2 Y4 N# M改为 R, i+ J% @/ f. o
'mobiletpl' => array('1' => 'mobile', '2' => 'touch', '3' => 'wml','yes' => 'touch'),5 o2 w. Q. p9 \7 h
4 V6 x" ]5 p+ n
然后找到/ Z! r* c, h( P/ ?2 l: x
$mobileurl = 'http://'.$this->var['setting']['domain']['app']['forum'].'?mobile=yes';
5 i3 E9 ]' N. `3 ] } else {! x0 g+ H! c/ r- [9 p) {
$mobileurl = $this->var['siteurl'].'forum.php?mobile=yes';% w. S+ m3 Q/ x' `# D* C5 l
将其中的yes改为portal或者forum即可,需要哪个为首页就改为哪个- A0 @, a* _- |7 ]8 {
; o3 v% Q! f) X E" |' W% ?
转载请保留当前帖子的链接:https://www.beimeilife.com/thread-41613-1-1.html 谢谢 |