# Best practices for archiving topics

**URL:** https://meta.discourse.org/t/best-practices-for-archiving-topics/27069
**Category:** Feature
**Created:** [2015年四月1日 18:17 UTC](https://meta.discourse.org/t/best-practices-for-archiving-topics/27069 "2015-04-01T18:17:22Z")
**Posts on this page:** 1
**Showing post:** 20

<div class="post-metadata">

### Author: ![DeanMarkTaylor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/deanmarktaylor/32/102462_2.png) [@DeanMarkTaylor](https://meta.discourse.org/u/DeanMarkTaylor)
#### Post date: [2015年六月19日 01:29 UTC](https://meta.discourse.org/t/best-practices-for-archiving-topics/27069/20 "2015-06-19T01:29:00Z")

</div>

**此帖已更新，在此重新发布** ：

> [@Understanding closed, unlisted, and archived topics](https://meta.discourse.org/t/what-is-the-difference-between-closed-unlisted-and-archived-topics/51238?u=deanmarktaylor):
>
> bookmark This guide explains the differences between Closed, Unlisted, and Archived topics in Discourse, including their characteristics and use cases. person_raising_hand Required user level: All users Discourse offers various ways to manage topics, including closing, unlisting, and archiving. Each of these options serves a different purpose and has specific effects on how topics are displayed and interacted with. This guide will explain the differences between these three states and th…

**原始帖子如下**

* * *

我试图弄清楚“归档”话题与“关闭”话题有何不同，于是查看了相关代码并做了一些笔记——我认为值得分享。

我想再次强调，@codinghorror 在此处的帖子非常直观地展示了这一功能：

> [@codinghorror](#):
>
> 这是一个细微的区别，但
> 
> > **关闭** 仅阻止新回复。
> 
> 以及
> 
> > **归档** 将话题像冷冻在碳冰中一样冻结，使其内容永远无法更改。_永远。_
> 
> 请参考这张便捷的图表：
> 
> ![](https://global.discourse-cdn.com/meta/original/3X/d/d/dd981719e8f2e079af2a5c690076ded1fa534d69.jpg)
> 
> 其理念是，归档的话题最终会被移出或删除。归档一个话题意味着它已一只脚迈进了坟墓。

##那么“归档”与“关闭”话题有何异同？

###两者共有

- 在列表中，话题旁会显示一个“锁”图标
  - 如果话题既被关闭又被归档，可能会显示两个锁图标：[Close and Archive a Topic](https://meta.discourse.org/t/close-and-archive-a-topic/27034)

- 禁用对该话题的回复
- 禁用投票
- 禁用话题底部的“邀请”按钮
- 关闭或归档话题 **不会更新其最后活动时间**

###归档话题特有

- 禁用用户删除帖子的能力
- 禁用点赞
- ~~禁用在“所有分类”的“最新”页面（通常是已登录用户的首页）中显示~~
- 禁用话题在 `/top` 页面中的显示
- 禁用话题被包含在摘要邮件中
- 禁用话题在话题页面页脚的“随机”话题列表中显示
- 仍允许对话题或帖子进行举报
- 仍允许添加书签
- 仍会在 `未读` 列表中显示（即您会看到标记为“已归档”的帖子，这是设计如此）

##它们会被移到哪里？

- 您可以通过 `status=archived` 查询字符串参数查看归档话题：[Discourse Meta](https://meta.discourse.org/?status=archived)
- 浏览特定分类时，您仍然可以看到归档话题。

##未来

我还注意到这条评论，表明“归档”的最终含义可能会发生变化：

> [@codinghorror](#):
>
> 我认为这是关于“归档话题状态”含义及其应执行操作的更深层讨论——但是的，归档意味着“在某个时间点移至冷存储”，我们最终需要对此进行定义。

## 在此话题中有进一步讨论： [How should category archiving work?](https://meta.discourse.org/t/how-should-category-archiving-work/32895)

如果您发现任何错误或内容已变更，请回复此帖——我会进行更新。  
或许这可以成为归档话题规范帖的起点？

---

_[View the full topic](https://meta.discourse.org/t/best-practices-for-archiving-topics/27069)._
