# 是否可以将主题固定为别名？

**URL:** <https://meta.discourse.org/t/is-it-possible-to-pin-a-topic-as-an-alias/170434>\
**Category:** Feature\
**Created:** [2020年十一月18日 02:09 UTC](https://meta.discourse.org/t/is-it-possible-to-pin-a-topic-as-an-alias/170434 "2020-11-18T02:09:37Z")\
**Posts on this page:** 2\
**Page:** 1

<div class="post-metadata">

**Author:** ![sunjam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sunjam/32/175682_2.png) [@sunjam](https://meta.discourse.org/u/sunjam)\
**Post date:** [2020年十一月18日 02:09 UTC](https://meta.discourse.org/t/is-it-possible-to-pin-a-topic-as-an-alias/170434/1 "2020-11-18T02:09:37Z")

</div>

想知道是否可以将某个主题作为别名（例如“系统”）置顶。不过目前，置顶该主题后，其显示为与该主题相关的最新活动。

感谢任何建议！

---

<div class="post-metadata">

**Author:** ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)\
**Post date:** [2020年十一月18日 17:49 UTC](https://meta.discourse.org/t/is-it-possible-to-pin-a-topic-as-an-alias/170434/2 "2020-11-18T17:49:51Z")

</div>

不，置顶该主题的用户头像无法通过界面更改，但既然你拥有包含所有必要数据的 `.json` 文件，可以通过控制台进行修改，例如：

```plaintext
14	
id	5837
[...]
post_number	39
post_type	3
[...]
action_code	"pinned_globally.enabled"

```

或者，你也可以使用开发者账户模拟系统身份来置顶该主题。
