Best practices for archiving topics

What are best practices for archiving topics? I’ve not used this feature before, and don’t fully understand what happens when you archive something and when we should use it. Appreciate any explanation/links :slight_smile:

8 个赞

We don’t use archive on our instance (except our staging instance where we like to try and break things), so I can’t really say when to use each as we don’t focus on archive at all in our live site.

1 个赞

A lot depends on your edit time window and much work your Mods feel like doing.

eg. if you have a very long edit time window, you may want to archive an older discussion so posts don’t get edited into something not desirable.

We’ve found that having a shorter edit time window (many have complained that it’s too short) and auto-closing topics that gone dormant works well.

It’s a subtle distinction but

Close only prevents new replies.

and

Archive freezes a topic in carbonite so nothing about it can ever change. Ever.

Refer to this handy diagram:

The idea is that archived topics would eventually be moved out or deleted. Archiving a topic means it has one foot in the grave.

27 个赞

My main set of categories are configured with auto-close. I don’t plan to ever archive in those categories.

I have an Admin category for Administrative Announcements. Everyone can read, but only Staff can create and reply. This category is not configured for auto-close, but I archive topics when they are no longer applicable.

Thanks everyone - and esp @codinghorror for the amusing visual. I think I actually understand pretty clearly what happens when you archive a topic, but I am still wrapping my head around why we would use archiving. Looks like we just won’t use it.

I will reflect on auto-closing of topics as well - that’s an interesting thought. Thanks @kensims. One of the issues we are running into is that we go back and close topics that are old, because the discussions have run their course. But that then bumps them up in lists and generates notifications which is unfortunate, and causes some complaints because people think they should be paying attention to them.

2 个赞

This was fixed… It should only notify the OP and it definitely no longer bumps the topic…

2 个赞

OP means Original Poster?

That would be good. Thanks for clarifying. What about moderators? Do moderators get notified?

OP = Original Poster

Well they likely closed it… so no they don’t. If they were watching the category/topic, it does appear under the Unread tab (may not be true for auto-close), but nothing in the notifications area.

Ah - so we have a category that we require everyone to watch. When a topic is closed in that category, does everyone get notified?

In the Unread tab, yes, an actual Notification in the top right - no.

Again, may not apply for auto-close, but it seems to apply for a moderator closing a topic (based on the experience I have at Sitepoint and here at Meta)

2 个赞

Is there a difference in search engine visibility for Archived topics? I for one would like to see archived topics be not-indexed by Google and co., and be invisible or deprioritized in the in-Discourse search. This for many of the reasons stated here, but still leaving the topic around for people who have the link or otherwise know where it is…

3 个赞

I think that is a very good idea and would be another important point of distinction between closed. @techapj can you add this to your list?

1 个赞

I’m not sure that “archived = hidden” is a good line to draw. Alternatively, you could do something crazy like automatically submitting archived topics to www.archive.org.

2 个赞

I always understood an archive to be a place of public record, to be referenced when required. So I assumed the purpose of archiving a topic was to ensure a particularly-important topic remained preserved and unchanged - like locking cells in a spreadsheet to prevent accidental changes.

This sounds more like bundling up old business records, ready to throw them out when they get beyond the seven-year limit (or whatever the local legal requirement is). I’m not sure quite what I’d call that, but it wouldn’t be archiving.

5 个赞

Yeah, I don’t like that idea either. They can unlist if they want it hidden from Search Engines, why should Archived be removed?

Archived simply means you want to store it in its original state, you don’t want it modified. It would be similar to a static page which are still visible to search engines.

There is already a solution for this, they can unlist it and archive it. Done. Bam. Easy. Archive does not equal invisible.

With the change proposed, it is impossible for me to save a discussion in its current state without making it invisible/impossible to find. That’s frustrating.

Definition of archive:

Keywords: “Long term storage”

What if all of the important documents from our history were archived in the way you’ve outlined? They would be nearly impossible to find by new users because they don’t have a link to it. Hardly the best use of long term storage, yes?

5 个赞

So it seems we do actually have a few archived topics (over 20 pages worth). So the impact on us is real (just an FYI).

Yes that is an even better idea. @techapj make it so unlisting a topic removes it from Google search results by adding the no index header.

5 个赞

此帖已更新,在此重新发布

原始帖子如下


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

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

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

###两者共有

  • 在列表中,话题旁会显示一个“锁”图标
  • 禁用对该话题的回复
  • 禁用投票
  • 禁用话题底部的“邀请”按钮
  • 关闭或归档话题不会更新其最后活动时间

###归档话题特有

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

##它们会被移到哪里

  • 您可以通过 status=archived 查询字符串参数查看归档话题:Discourse Meta
  • 浏览特定分类时,您仍然可以看到归档话题。

##未来

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

在此话题中有进一步讨论:
How should category archiving work?

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

8 个赞

My 2 cents for added features:

  • archived topics should also behave like unlisted topics
  • should be excluded from search by default
  • should not be crawled by bots.
  • should remain available to search with a special search operator (include:archived or something?)
  • should remain available to those with a link

In other words, they should be put in a state where they are out of the way enough you don’t have to delete them.

(or should those be just features of ‘unlisted’ and a shortcut could exist to “archive and unlist”?)

1 个赞