# 实践共同体工作组？

**URL:** <https://meta.discourse.org/t/working-group-on-communities-of-practice/337560>\
**Category:** Community Building\
**Created:** [2024年十一月21日 17:45 UTC](https://meta.discourse.org/t/working-group-on-communities-of-practice/337560 "2024-11-21T17:45:31Z")\
**Posts on this page:** 1\
**Showing post:** 14

<div class="post-metadata">

**Author:** ![Tris20](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tris20/32/264639_2.png) [@Tris20](https://meta.discourse.org/u/Tris20)\
**Post date:** [2024年十一月26日 16:03 UTC](https://meta.discourse.org/t/working-group-on-communities-of-practice/337560/14 "2024-11-26T16:03:08Z")

</div>

> [@tgustilo](#):
>
> 我还需要将自动签到 **主题按时间顺序** 排列

不确定是否有设置可以做到这一点，但它可能是一个有趣类别选项——特别是对于这个以及类似日记之类的用例。

至少这些列表可以通过 URL 查询完成。

根据您想要的顺序，您可以将此查询添加到类别字符串的末尾，然后以某种方式与用户共享或显示该 URL，例如 [Topic List Sidebars](https://meta.discourse.org/t/topic-list-sidebars/107561)

```plaintext
?order=created&ascending=true

```

```plaintext
?order=created&ascending=false

```

例如，[这里](https://meta.discourse.org/c/community/65/?order=created&ascending=true)是 meta 上的社区版块，但按从最早创建主题到最近创建主题排序：

```plaintext
https://meta.discourse.org/c/community/65/?order=created&ascending=true

```

---

_[View the full topic](https://meta.discourse.org/t/working-group-on-communities-of-practice/337560)._
