# 用于帖子系列或集合的插件/功能

**URL:** <https://meta.discourse.org/t/plugin-feature-for-post-series-or-collections/222073>\
**Category:** Feature\
**Created:** [2022年三月27日 05:40 UTC](https://meta.discourse.org/t/plugin-feature-for-post-series-or-collections/222073 "2022-03-27T05:40:31Z")\
**Posts on this page:** 7\
**Page:** 1

<div class="post-metadata">

**Author:** ![hbm](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hbm/32/173666_2.png) [@hbm](https://meta.discourse.org/u/hbm)\
**Post date:** [2022年三月27日 05:40 UTC](https://meta.discourse.org/t/plugin-feature-for-post-series-or-collections/222073/1 "2022-03-27T05:40:31Z")

</div>

我想知道是否有插件支持 `Series`，就像在 [dev.to](https://dev.to/kallmanation/dev-to-writing-milestones-fi6) 中一样。Series 允许用户发布多个相关帖子并将它们明确地链接在一起：例如，一个多部分教程，并为内容组织增加一个维度。

允许用户添加更多结构并链接到帖子将是一个很好的功能。

 ![image](https://global.discourse-cdn.com/meta/original/3X/6/6/666344b172e04fda01e62df6e3c6068adf7d79cb.jpeg)

---

<div class="post-metadata">

**Author:** ![4ong](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/4ong/32/186618_2.png) [@4ong](https://meta.discourse.org/u/4ong)\
**Post date:** [2022年三月27日 13:58 UTC](https://meta.discourse.org/t/plugin-feature-for-post-series-or-collections/222073/2 "2022-03-27T13:58:05Z")

</div>

您好 @hbm  
您可以查看

> **[Pavilion](https://pavilion.tech/)**
>
> Pavilion is the leading Discourse consultancy.

> **[GitHub - paviliondev/discourse-journal: Create journals in discourse](https://github.com/paviliondev/discourse-journal)**
>
> Create journals in discourse

---

<div class="post-metadata">

**Author:** ![hbm](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hbm/32/173666_2.png) [@hbm](https://meta.discourse.org/u/hbm)\
**Post date:** [2022年三月27日 15:57 UTC](https://meta.discourse.org/t/plugin-feature-for-post-series-or-collections/222073/3 "2022-03-27T15:57:54Z")

</div>

谢谢！journal 插件很有意思，它在一个帖子里推广了多个 `entries`。我原本在考虑用 `series` 来表示多个帖子，但这个用例也值得考虑。

---

<div class="post-metadata">

**Author:** ![mcwumbly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mcwumbly/32/103861_2.png) [@mcwumbly](https://meta.discourse.org/u/mcwumbly)\
**Post date:** [2022年三月27日 18:42 UTC](https://meta.discourse.org/t/plugin-feature-for-post-series-or-collections/222073/4 "2022-03-27T18:42:45Z")

</div>

这是我过去运行论坛时让大家做的事情：[How to enable your community to use Discourse as a (micro) blogging platform](https://meta.discourse.org/t/how-to-enable-your-community-to-use-discourse-as-a-micro-blogging-platform/81505?u=mcwumbly)

这需要允许用户创建新标签，但除此之外并不严格需要任何插件。

话虽如此，但人们很容易“错误地”做事，因此在没有版主干预的情况下，可能会出现一些参差不齐的结果。

也许这是一个合理的起点，即使您最终确定需要插件。该主题还链接了其他几个可能感兴趣的主题。

---

<div class="post-metadata">

**Author:** ![maiki](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/maiki/32/233950_2.png) [@maiki](https://meta.discourse.org/u/maiki)\
**Post date:** [2022年三月27日 18:47 UTC](https://meta.discourse.org/t/plugin-feature-for-post-series-or-collections/222073/5 "2022-03-27T18:47:21Z")

</div>

此功能让我想起了 Drupal 中称为“Book”的核心模块。有一个关于它的概述文档：[https://www.drupal.org/docs/8/core/modules/book/overview，它本身仍在开发中，但该部分实际上使用了该模块；从这个意义上说，Drupal](https://www.drupal.org/docs/8/core/modules/book/overview%EF%BC%8C%E5%AE%83%E6%9C%AC%E8%BA%AB%E4%BB%8D%E5%9C%A8%E5%BC%80%E5%8F%91%E4%B8%AD%EF%BC%8C%E4%BD%86%E8%AF%A5%E9%83%A8%E5%88%86%E5%AE%9E%E9%99%85%E4%B8%8A%E4%BD%BF%E7%94%A8%E4%BA%86%E8%AF%A5%E6%A8%A1%E5%9D%97%EF%BC%9B%E4%BB%8E%E8%BF%99%E4%B8%AA%E6%84%8F%E4%B9%89%E4%B8%8A%E8%AF%B4%EF%BC%8CDrupal) 文档就是各种“书籍”。

Book 模块是我爱上 Drupal 5 的原因（从那时起我们的关系……有所降温 🙃），不知何故，我从未见过其他系统复制他们的实现；即使是 WordPress 开箱即用也没有有序结构（除非你的顺序是按日期）。

---

<div class="post-metadata">

**Author:** ![hbm](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hbm/32/173666_2.png) [@hbm](https://meta.discourse.org/u/hbm)\
**Post date:** [2022年三月28日 00:05 UTC](https://meta.discourse.org/t/plugin-feature-for-post-series-or-collections/222073/7 "2022-03-28T00:05:56Z")

</div>

哇。我与Drupal也有过一段情缘，那是十多年前使用Drupal 6时的旧日回忆。感谢你的指点！它确实对需要更多内容结构的内容管理系统（CMS）至关重要。

---

<div class="post-metadata">

**Author:** ![hbm](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hbm/32/173666_2.png) [@hbm](https://meta.discourse.org/u/hbm)\
**Post date:** [2022年三月28日 00:16 UTC](https://meta.discourse.org/t/plugin-feature-for-post-series-or-collections/222073/8 "2022-03-28T00:16:35Z")

</div>

谢谢 Dave，这是一个有趣的方法！这需要社区成员在标签上进行自我管理，我会考虑这个选项。
