close
各種點擊付費廣告軟體SEO關鍵字點擊軟體關鍵字點擊軟體中時日記回應貼文軟體

這是因為論壇沒有設定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網頁設計發信軟體惡意點擊廣告軟體
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 楊智翔 的頭像
    楊智翔

    健亨網路行銷-seo上首頁 下拉關鍵字 部落格行銷

    楊智翔 發表在 痞客邦 留言(0) 人氣()