建筑资源吧 發表於 2019-7-13 20:56:34

帖子正文排版优化:手机版去掉字号解析

<br />某些用户在发帖时设置了超大字号,导致手机用户浏览时严重影响阅读体验,怎么办?<br />参照以下方法停止手机版对字号设置的解析。<br />打开 source/function/function_discuzcode.php 文件,查找<br /><br /><ol><li>$message = str_replace(<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;array(</ol>在其上方增加以下代码:<br /><ol><li>&nbsp;&nbsp;if(defined('IN_MOBILE')) {<br /><li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $message = str_replace('', '', preg_replace(array(&quot;/\/i&quot;, &quot;/\/i&quot;), array(&quot;&quot;, &quot;&quot;), $message));<br /><li>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</ol><font color="#000"><font face="Tahoma, &amp;quot">就这么简单!如果你需要停止其它标签的解析,可以参照以上方法自行研究。</font></font><br />字号<em>, </em>手机<em>, </em>解析<em>, </em>用户<em>, </em>设置
頁: [1]
查看完整版本: 帖子正文排版优化:手机版去掉字号解析