# 如何将回复保持在一起？

**URL:** https://meta.discourse.org/t/how-to-keep-the-replies-together/307676
**Category:** Support
**Created:** [2024年五月12日 09:17 UTC](https://meta.discourse.org/t/how-to-keep-the-replies-together/307676 "2024-05-12T09:17:21Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![0x22f1a6543a0](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/0x22f1a6543a0/32/377117_2.png) [@0x22f1a6543a0](https://meta.discourse.org/u/0x22f1a6543a0)
#### Post date: [2024年五月12日 09:17 UTC](https://meta.discourse.org/t/how-to-keep-the-replies-together/307676/1 "2024-05-12T09:17:21Z")

</div>

当回复主题时，论坛总是在父主题中创建一个新主题。我想把它们放在一起。例如：

- 当前

> 这是一个示例主题
> 
> - 这是第一个示例回复
> - 这是第二个示例回复
> - 这是第三个示例回复
> - 第一个回复的第一个回复：Apple
> - 第一个回复的第二个回复：Banana

我想这样更改：

> 这是一个示例主题
> 
> > **3 条回复**
> >
> > - 这是第一个示例回复
> > 
> > > **2 条回复**
> > >
> > > - 第一个回复的第一个回复：Apple
> > > - 第一个回复的第二个回复：Banana
> > 
> > - 这是第二个示例回复
> > - 这是第三个示例回复

这可能吗？

---

<div class="post-metadata">

### Author: ![thoka](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thoka/32/115652_2.png) [@thoka](https://meta.discourse.org/u/thoka)
#### Post date: [2024年五月12日 09:45 UTC](https://meta.discourse.org/t/how-to-keep-the-replies-together/307676/2 "2024-05-12T09:45:01Z")

</div>

您在寻找串联回复吗？

> [@Threaded discussion is ultimately too complex to survive on the public Internet?](https://meta.discourse.org/t/threaded-discussion-is-ultimately-too-complex-to-survive-on-the-public-internet/63172):
>
> In 2012, Jeff’ wrote that he thought [“threaded discussion is ultimately too complex to survive on the public Internet.”](https://blog.codinghorror.com/web-discussions-flat-by-design/) Since it’s been nearly another 6 years, I was wondering if he still saw flat threads as the wave of the future, considering threaded conversations continue to be used by the largest and fastest growing social sites(Facebook, Imgur, Reddit)? Given the apparent acceptance, perhaps even preference, of threaded design by these hundreds of millions of users, would he now be willi…

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [2024年五月12日 09:51 UTC](https://meta.discourse.org/t/how-to-keep-the-replies-together/307676/3 "2024-05-12T09:51:17Z")

</div>

> [@0x22f1a6543a0](#):
>
> 当回复主题时，论坛总是在父主题中创建新主题。

这不是真的。

当您回复一个主题时，它会创建新的帖子来回复该主题。

主题的 OP 本身就是一个帖子。

主题只是帖子的流。它是一维的，但可以有路标来将特定帖子链接到它们回复的帖子。

主题不是“线程化的”。

---

<div class="post-metadata">

### Author: ![0x22f1a6543a0](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/0x22f1a6543a0/32/377117_2.png) [@0x22f1a6543a0](https://meta.discourse.org/u/0x22f1a6543a0)
#### Post date: [2024年五月12日 13:51 UTC](https://meta.discourse.org/t/how-to-keep-the-replies-together/307676/4 "2024-05-12T13:51:44Z")

</div>

我读了，是的，我在找“回复串”。嗯……非常遗憾，Discourse 作者永远不会添加回复串……

---

<div class="post-metadata">

### Author: ![Heliosurge](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/heliosurge/32/571810_2.png) [@Heliosurge](https://meta.discourse.org/u/Heliosurge)
#### Post date: [2024年五月12日 16:48 UTC](https://meta.discourse.org/t/how-to-keep-the-replies-together/307676/5 "2024-05-12T16:48:04Z")

</div>

有一个功能可以在一定程度上关注特定帖子的回复。在移动设备上，它位于帖子左下角。

 ![Screenshot_20240512-134917](https://global.discourse-cdn.com/meta/original/4X/1/9/d/19d1b1535bc6cc91c5d5946874496b90a768cd6e.png)

---

<div class="post-metadata">

### Author: ![supermathie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/supermathie/32/507518_2.png) [@supermathie](https://meta.discourse.org/u/supermathie)
#### Post date: [2024年五月12日 18:49 UTC](https://meta.discourse.org/t/how-to-keep-the-replies-together/307676/6 "2024-05-12T18:49:34Z")

</div>

设计理念是，如果一个话题开始跑题，人们就将其分支到其他话题。

使用线索（threads）会掩盖这种分支，将讨论的组织和追踪的责任推给读者，而不是作者。

但这应该是作者的责任。

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [2024年五月12日 20:10 UTC](https://meta.discourse.org/t/how-to-keep-the-replies-together/307676/7 "2024-05-12T20:10:17Z")

</div>

> [@supermathie](#):
>
> nupon the reader, rather than the writers.

或者管理员/版主！ 🙂

依我看，一个好的 Discourse 站点应该有非常活跃的版主，并将帖子归入正确的讨论串是他们的主要职责之一。顺便说一句，这里来自 AI 的协助可以是一个很棒的功能领域……

---

<div class="post-metadata">

### Author: ![supermathie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/supermathie/32/507518_2.png) [@supermathie](https://meta.discourse.org/u/supermathie)
#### Post date: [2024年五月12日 21:13 UTC](https://meta.discourse.org/t/how-to-keep-the-replies-together/307676/8 "2024-05-12T21:13:16Z")

</div>

说得有理。

内容的 **策划** 很重要，无论是发布者还是版主（或者更有可能是两者兼有）来完成。

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [2024年六月11日 21:13 UTC](https://meta.discourse.org/t/how-to-keep-the-replies-together/307676/9 "2024-06-11T21:13:43Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
