点击搜索帖子内容结果后面的“编辑”并不能编辑回帖,而是编辑主帖,这样就不好了吧。于是,测试修改,原来是searcher_thread.htm文件:
- <a href="post.php?action=modify&fid={$thread[fid]}&tid={$thread[tid]}&pid=tpc&article=0" target="_blank" class="s2">编辑</a>
不管是搜索主题标题、主题内容还是回复内容,都是这个链接,前两个倒没问题,不能编辑回帖就不好玩儿了。于是修改成:
- <a href="post.php?action=modify&fid={$thread[fid]}&tid={$thread[tid]}&pid={$thread[pid]}" target="_blank" class="s2">编辑</a>
也就是把帖子pid代进去,虽然主题编辑链接不完整,但能正常编辑,重要的是回帖可以编辑了。不算太完美,以后再说吧。