requirepostmodify.php----------快速回复
requirepostnew.php---------新贴
requirepostreply.php-------------完整回复

上面三个文件里的最后几行里都有

refreshto("read.php?tid=$tid&page=$page",'enter_thread');这样的代码

其实修改一下就可以了

如果要跳到主题列表的话就修改成

refreshto("thread.php?fid=$fid",'enter_thread');
在哪个动作后要跳转到主题列表的 就修改以下哪个文件

Quote:
requirepostmodify.php----------快速回复
requirepostnew.php---------新贴
requirepostreply.php-------------完整回复