1 頁 (共 1 頁)

[問題]回覆後不要返回內文

發表於 : 2004-05-31 16:07
evomagic
各位大大請教!正常回覆文章後都會自動返回內文,可否更改為返回主題版面,請各位大大幫忙!謝謝!

發表於 : 2004-06-01 09:28
baboo
打開 /includes/functions_post.php,
找出下面這一行:
$meta = '<meta http-equiv="refresh" content="3;url=' . append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=" . $post_id) . '#' . $post_id . '">';

改成:
//$meta = '<meta http-equiv="refresh" content="3;url=' . append_sid("viewtopic.$phpEx?" . POST_POST_URL . "=" . $post_id) . '#' . $post_id . '">';

再加入下面這一行:
$meta = '<meta http-equiv="refresh" content="3;url=' . append_sid("viewforum.$phpEx?" . POST_FORUM_URL . "=" . $forum_id) .'">';

發表於 : 2004-06-02 09:12
evomagic
耶!真是超感謝大大支援!有勞你囉!