close
各種點擊付費廣告軟體SEO關鍵字點擊軟體關鍵字點擊軟體中時日記回應貼文軟體
文章出自: http://tw.knowledge.yahoo.com/question/question?qid=1608112402834網頁設計發信軟體惡意點擊廣告軟體
這是因為論壇沒有設定br換行的功能,當開啟了 Html 代碼 可用 時, 會做成貼文時不能自動換行, 就是說每行不會自動地加入 <br /> 。
解決方法
打開 discuzcode.func.php
找
return $htmlon || $allowhtml ? $message : nl2br(str_replace(array("\t", ' ', ' '), array(' ', ' ', ' '), $message));
========================================
改為
return $htmlon || $allowhtml ? nl2br($message) : nl2br(str_replace(array("\t", ' ', ' '), array(' ', ' ', ' '), $message));
========================================
完成 ^^
文章出自: http://tw.knowledge.yahoo.com/question/question?qid=1608112402834網頁設計發信軟體惡意點擊廣告軟體
全站熱搜