- 改良型引言的部份
代碼: 選擇全部
#
#--------[OPEN]----------------
#
includes\topic_review.php
#
#--------[FIND]----------------
#
$message = "[sell]" . $message . "[/sell]";
#
#--------[AFTER ADD]----------------
#
$plain_message = "[sell]" . $plain_message . "[/sell]";代碼: 選擇全部
#
#--------[OPEN]----------------
#
show_post.php
#
#--------[FIND]----------------
#
$message = $message . '<br /><br /><center><table class="quote"><tr><td><fieldset class="fieldset"><legend>' . $lang['Paymoney_message'] . '</legend>' . sprintf($lang['Paymoney_Poster'], $pay_see, $postrow[$i]['pay_gotmoney']);
#
#--------[REPLACE WITH]----------------
#
$pay_text = '<br /><br /><center><table class="quote"><tr><td><fieldset class="fieldset"><legend>' . $lang['Paymoney_message'] . '</legend>' . sprintf($lang['Paymoney_Poster'], $pay_see, $postrow[$i]['pay_gotmoney']);
$message = preg_replace("#\[sell\](.*?)\[/sell\]#si", '\\\1', $message);- 附加檔案的部份
代碼: 選擇全部
#
#--------[ OPEN ]----------------
#
viewtopic.php
#
#--------[ FIND ]----------------
\n#
if ($showatt <> 'no')
{
display_post_attachments($postrow[$i]['post_id'], $postrow[$i]['post_attachment']);
}
#
#--------[ REPLACE WITH ]----------------
#
//if ($showatt <> 'no')
//{
display_post_attachments($postrow[$i]['post_id'], $postrow[$i]['post_attachment']);
//}
#
#--------[ OPEN ]----------------
#
includes\topic_review.php
#
#--------[ FIND ]----------------
#
if ($showatt <> 'no')
{
display_review_attachments($row['post_id'], $row['post_attachment'], $is_auth);
}
#
#--------[ REPLACE WITH ]----------------
#
//if ($showatt <> 'no')
//{
display_review_attachments($row['post_id'], $row['post_attachment'], $is_auth);
//}然後再從############# 修 正 結 束 #############底下的部份作起

