【分享】板块简介和规则支持 html 代码 (板块视频播放)
<br /><br /><font face="&quot;"><font style="font-size:16px">大家好</font></font><br /><font face="&quot;"><font style="font-size:16px">目前板块简介和规则是不支持 html 语法 </font></font><br /><font face="&quot;"><font style="font-size:16px">有些站长想让板块简介和规则支持 html 语法 </font></font><br /><br />问题虽然很多,教程解决办法更多,唯一缺少的就是动力,我的动力很简单,把您手上免费的评分奉上,我的动力就杠杠的!<br /><br /><font face="&quot;"><font style="font-size:16px">提供简体中文方便內地的站长阅读^^</font></font><br /><img title="QQ截图20190815165523.png" id="aimg_2322" aid="2322" src1="static/image/common/none.gif" zoom="https://www.dismall.com/data/attachment/forum/201908/15/174302plt99x1q0rs21ne0.png" src="https://www.dismall.com/data/attachment/forum/201908/15/174302plt99x1q0rs21ne0.png" class="zoom" onclick="zoom(this, this.src, 0, 0, 0)" width="600" inpost="1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" /><br /><br />详细视频请打开:https://bbs.admin7.cc/thread-5628-1-1.html<br /><br /><font face="&quot;"><font style="font-size:16px">打开</font></font><br /><br /><font face="&quot;"><font style="font-size:16px">source/admincp/admincp_forums.php 文件</font></font><br /><br /><font face="&quot;"><font style="font-size:16px">查找</font></font><br /><ol><li>showsetting('forums_edit_basic_description', 'descriptionnew', htmlspecialchars_decode(html2bbcode($forum['description'])), 'textarea');</ol><br /><font face="&quot;"><font style="font-size:16px">替換为</font></font><br /><ol><li>showsetting('forums_edit_basic_description', 'descriptionnew', htmlspecialchars_decode($forum['description']), 'textarea');</ol><br /><font face="&quot;"><font style="font-size:16px">再查找</font></font><br /><ol><li>showsetting('forums_edit_basic_rules', 'rulesnew', htmlspecialchars_decode(html2bbcode($forum['rules'])), 'textarea');</ol><br /><font face="&quot;"><font style="font-size:16px">替換为</font></font><br /><ol><li>showsetting('forums_edit_basic_rules', 'rulesnew', htmlspecialchars_decode($forum['rules']), 'textarea');</ol><br /><font face="&quot;"><font style="font-size:16px">再查找</font></font><br /><ol><li>$descriptionnew = preg_replace('/on(mousewheel|mouseover|click|load|onload|submit|focus|blur)="[^"]*"/i', '', discuzcode($_GET['descriptionnew'], 1, 0, 0, 0, 1, 1, 0, 0, 1));</ol><br /><font face="&quot;"><font style="font-size:16px">一共有两处相同的代码</font></font><br /><font face="&quot;"><font style="font-size:16px">替換为</font></font><br /><ol><li>$descriptionnew = addslashes(dstripslashes($_GET['descriptionnew']));</ol><br /><font face="&quot;"><font style="font-size:16px">再查找</font></font><br /><ol><li>$rulesnew = preg_replace('/on(mousewheel|mouseover|click|load|onload|submit|focus|blur)="[^"]*"/i', '', discuzcode($_GET['rulesnew'], 1, 0, 0, 0, 1, 1, 0, 0, 1));</ol><br /><font face="&quot;"><font style="font-size:16px">替換为</font></font><br /><ol><li>$rulesnew = addslashes(dstripslashes($_GET['rulesnew']));</ol><br /><font face="&quot;"><font style="font-size:16px">修改前请先备份</font></font><br /><font face="&quot;"><font style="font-size:16px">修改后记得更新缓存</font></font><br /><br /><font face="&quot;"><font style="font-size:16px">修改前</font></font><br /><font face="&quot;"><font style="font-size:16px">板块规则部分</font></font><br /><br /><img id="aimg_ha4YA" onclick="zoom(this, this.src, 0, 0, 0)" class="zoom" width="599" src="https://bbs.admin7.cc/data/attachment/forum/201908/15/092003ynacbiiz94z4t41a.jpg" border="0" alt="" /> <br /><br /><font face="&quot;"><font style="font-size:16px">修改后</font></font><br /><font face="&quot;"><font style="font-size:16px">板块规则部分</font></font><br /><br /><img id="aimg_s3Ps3" onclick="zoom(this, this.src, 0, 0, 0)" class="zoom" width="600" src="https://bbs.admin7.cc/data/attachment/forum/201908/15/092003kn91c991nfzmxm9e.jpg" border="0" alt="" /> <br /><br /><font face="&quot;"><font style="font-size:16px">修改前</font></font><br /><font face="&quot;"><font style="font-size:16px">板块简介部分</font></font><br /><br /><img id="aimg_olx4A" onclick="zoom(this, this.src, 0, 0, 0)" class="zoom" width="599" src="https://bbs.admin7.cc/data/attachment/forum/201908/15/092003nssyyyw4olyyoyyn.jpg" border="0" alt="" /> <br /><br /><font face="&quot;"><font style="font-size:16px">修改后</font></font><br /><font face="&quot;"><font style="font-size:16px">板块简介部分</font></font><br /><br /><img id="aimg_v2QKa" onclick="zoom(this, this.src, 0, 0, 0)" class="zoom" width="599" src="https://bbs.admin7.cc/data/attachment/forum/201908/15/092004a5p1b7pp1u265ypr.jpg" border="0" alt="" /> <br /><br /><font face="&quot;"><font style="font-size:16px">档您要添加 html 为法时</font></font><br /><font face="&quot;"><font style="font-size:16px">要將有这些 " " 符号去掉不然会沒有效果</font></font><br /><br /><font face="&quot;"><font style="font-size:16px">如</font></font><ol><li><font color="ff0000">大家好</font></ol><br /><font face="&quot;"><font style="font-size:16px">替換为</font></font><br /><ol><li><font color=ff0000>大家好</font></ol><br /><img id="aimg_H3ndY" onclick="zoom(this, this.src, 0, 0, 0)" class="zoom" width="600" src="https://bbs.admin7.cc/data/attachment/forum/201908/15/092004vn1x8wk9vkezr1n6.jpg" border="0" alt="" /> <br /><br /><br /><font face="&quot;"><font style="font-size:16px">视频代码</font></font><br /><ol><li><embed src=视频路径 width=360 height=600></embed></ol><br /><font style="font-size:12px"><br /></font><br /><br /><br /><br /><br /><br />quot<em>, </em>16px<em>, </em>板块 支持一下! 谢谢分享,学习了。 收藏了,感谢分享。 <br />谢谢分享,友情支持。 请问 手机版是否同意支持呢 <br />默认手机版不支持 <br />照这个改了 但是板块简洁 不支持啊 <br />DZ3.4 20190622 <br />后台的默认手机版不支持,这样说您明白了吧? 这样改完之后班群的权限等等就要看人了 一个不小心 呵呵
頁:
[1]