Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已解决] 删除wap里面的“用掌上论坛访问本站,拥有更好阅读体验”

[复制链接]
macrokk 发表于 2013-9-17 17:38:09 | 显示全部楼层 |阅读模式
论坛找了几个办法好像都没啥用

自己看了一下

找到/source/plugin/mobile/mobile.class.php
大概211-222行代码,删除了之后就没有显示
也没有发现搜索没有的

删除一下代码,请先备份再试,如果我错了,请不要骂我
  1. class mobileplugin_mobile extends base_plugin_mobile {
  2.         function global_header_mobile() {
  3.                 $useragent = strtolower($_SERVER['HTTP_USER_AGENT']);
  4.                 if(strpos($useragent, 'iphone') !== false || strpos($useragent, 'ios') !== false) {
  5.                         return lang('plugin/mobile', 'mobile_tip_ios');
  6.                 } elseif(strpos($useragent, 'android') !== false) {
  7.                         return lang('plugin/mobile', 'mobile_tip_android');
  8.                 } elseif(strpos($useragent, 'windows phone') !== false) {
  9.                         return lang('plugin/mobile', 'mobile_tip_wp7');
  10.                 }
  11.         }
  12. }
复制代码
jmid 发表于 2013-9-19 13:50:49 | 显示全部楼层
不是这样的。。。
你看我的  www.jmcsw.com
回复

使用道具 举报

zxqqqghost 发表于 2013-9-20 09:21:07 | 显示全部楼层
删除模板里的不就可以了,用不着这样改内核
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-9-30 00:32 , Processed in 0.204819 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表