discuz3.4手机版去除网址链接后缀尾吧&mobile=2

查看 1.3K
回复 0
CPO自媒体 发表于 2020-4-5 04:27 显示全部楼层

手机扫码访问此页面


关注我们微信公众号

这是一个创建于 1693 天前的主题,其中的信息可能已经有所发展或是发生改变。
|   修改前一定,要备份好文件!

|   第一步:
文件位置/source/class/helper/helper_mobile.php

找到下方代码,删除即可

  

   

          
  1. $content = preg_replace_callback("/href="(\w+\.php)(.*?)"/", array(__CLASS__, 'mobileoutput_callback_mobilereplace_12'), $content);

  2.    

  

  复制代码



|   第二步:
文件位置/source/function/function_core.php

找到下方代码,删除即可

  

   

          
  1. if(defined('IN_MOBILE') && strpos($string, 'mobile') === false && $islocation) {
  2.                 if (strpos($string, '?') === false) {
  3.                         $string = $string.'?mobile='.IN_MOBILE;
  4.                 } else {
  5.                         if(strpos($string, '#') === false) {
  6.                                 $string = $string.'&mobile='.IN_MOBILE;
  7.                         } else {
  8.                                 $str_arr = explode('#', $string);
  9.                                 $str_arr[0] = $str_arr[0].'&mobile='.IN_MOBILE;
  10.                                 $string = implode('#', $str_arr);
  11.                         }
  12.                 }
  13.         }

  14.    

  

  复制代码
相关帖子
精彩回复
还没有人回复此帖!

您需要登录后才可以回帖

登录

Or

上一页 在线咨询 快速回复 返回列表