[問題] 付費瀏覽 1.0.5 [已解決]
發表於 : 2005-01-30 20:42
你試試看吧~有錯不要打我>.<dgmon 寫:小西\r
你自己測試的修改能夠分享出來嗎^^
代碼: 選擇全部
$message = ( $userdata['user_id'] == ANONYMOUS ) ? '<br /><br /><center><table class="quote"><tr><td><fieldset class="fieldset"><legend>' . $lang['Paymoney_message']代碼: 選擇全部
$showatt = 'no';代碼: 選擇全部
display_post_attachments($postrow[$i]['post_id'], $postrow[$i]['post_attachment']); 代碼: 選擇全部
if ($showatt <> 'no')
{
display_post_attachments($postrow[$i]['post_id'], $postrow[$i]['post_attachment']);
}
代碼: 選擇全部
display_review_attachments($row['post_id'], $row['post_attachment'], $is_auth);代碼: 選擇全部
if ($showatt <> 'no')
{
display_review_attachments($row['post_id'], $row['post_attachment'], $is_auth);
}