餅乾工坊
[Discuz]刪除引言多餘空白 - 可列印版本

+- 餅乾工坊 (http://ninja.s12.xrea.com/mybb)
+-- 版面: 電腦網路 (http://ninja.s12.xrea.com/mybb/forumdisplay.php?fid=2)
+--- 版面: 網頁相關 (http://ninja.s12.xrea.com/mybb/forumdisplay.php?fid=13)
+--- 主題: [Discuz]刪除引言多餘空白 (/showthread.php?tid=200)



[Discuz]刪除引言多餘空白 - NINJA - 09-30-2009

修改 include/newreply.inc.php
找到
程式碼:
$message = "[quote]$message\n[size=large][color=#999999]$language[post_reply_quote][/color] [url={$boardurl}redirect.php?goto=findpost&pid=$repquote&ptid=$tid][img]{$boardurl}images/common/back.gif[/img][/url][/size][/quote]\n\n\n    ";
把 \n\n\n "; 改成 \n";
找到
程式碼:
$message = "[b]$language[post_reply] [url={$boardurl}redirect.php?goto=findpost&pid=$reppost&ptid=$thapost[tid]]$thapost[number]#[/url] $thapost[author] $lang[post_thread][/b]\n\n\n    ";
把 \n\n\n "; 改成 \n";