# 禁用“欢迎使用 Discourse”和其他

**URL:** <https://meta.discourse.org/t/disable-welcome-to-discourse-and-others/198695>\
**Category:** Support\
**Created:** [2021年七月30日 14:10 UTC](https://meta.discourse.org/t/disable-welcome-to-discourse-and-others/198695 "2021-07-30T14:10:41Z")\
**Posts on this page:** 5\
**Page:** 1

<div class="post-metadata">

**Author:** ![dontwant](https://avatars.discourse-cdn.com/v4/letter/d/ec9cab/32.png) [@dontwant](https://meta.discourse.org/u/dontwant)\
**Post date:** [2021年七月30日 14:10 UTC](https://meta.discourse.org/t/disable-welcome-to-discourse-and-others/198695/1 "2021-07-30T14:10:42Z")

</div>

安装完 Discourse 后，我不想看到任何帖子，没有主题，没有评论。我可以在哪个文件中关闭这些内容？另外，我也不需要任何徽章，什么都不需要。

我想要一个空白的论坛，以便我可以从零开始构建，不受任何干扰。

我需要编辑哪个文件？

---

<div class="post-metadata">

**Author:** ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)\
**Post date:** [2021年七月30日 15:57 UTC](https://meta.discourse.org/t/disable-welcome-to-discourse-and-others/198695/2 "2021-07-30T15:57:10Z")

</div>

你可以在 [discourse/db/fixtures at main · discourse/discourse · GitHub](https://github.com/discourse/discourse/tree/main/db/fixtures) 中编辑相关内容。我认为唯一可行的方法是创建一个分支并从中安装。最简单的做法可能是在开发环境中完成操作，然后将该数据库恢复到你的生产站点。

---

<div class="post-metadata">

**Author:** ![dontwant](https://avatars.discourse-cdn.com/v4/letter/d/ec9cab/32.png) [@dontwant](https://meta.discourse.org/u/dontwant)\
**Post date:** [2021年七月30日 16:39 UTC](https://meta.discourse.org/t/disable-welcome-to-discourse-and-others/198695/3 "2021-07-30T16:39:25Z")

</div>

我也不希望发布像“欢迎来到 Discourse”这样的主题。我需要编辑哪个文件？我看到了徽章，但没看到默认的主题和评论。

---

<div class="post-metadata">

**Author:** ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)\
**Post date:** [2021年七月30日 16:46 UTC](https://meta.discourse.org/t/disable-welcome-to-discourse-and-others/198695/4 "2021-07-30T16:46:00Z")

</div>

也许这会有所帮助：[discourse/lib/seed\_data at main · discourse/discourse · GitHub](https://github.com/discourse/discourse/tree/main/lib/seed_data)

---

<div class="post-metadata">

**Author:** ![dontwant](https://avatars.discourse-cdn.com/v4/letter/d/ec9cab/32.png) [@dontwant](https://meta.discourse.org/u/dontwant)\
**Post date:** [2021年七月30日 16:51 UTC](https://meta.discourse.org/t/disable-welcome-to-discourse-and-others/198695/5 "2021-07-30T16:51:14Z")

</div>

非常感谢你，Jay。
