# Community Building

**URL:** https://meta.discourse.org/c/community-building/65.md?page=29

[最新版本](https://meta.discourse.org/latest.md) · [分類](https://meta.discourse.org/categories.md) · [標簽](https://meta.discourse.org/tags.md)

**Page:** 30

---

## [谁在 Discourse 社区中使用 event plugin？](https://meta.discourse.org/t/who-use-event-plugin-in-their-discourse-community/239298)

<div class="topic-metadata">

**Author:** [@waqar](https://meta.discourse.org/u/waqar)\
**回覆:** 7\
**Last updated:** [2022年九月22日 22:48 UTC](https://meta.discourse.org/t/who-use-event-plugin-in-their-discourse-community/239298 "2022-09-22T22:48:24Z")

</div>

你好， 有人在他们的 discourse 社区中使用这个事件插件吗？我想看看它的演示是如何工作的。我已经检查了它的所有详细信息并将其添加到我的社区，但它不起作用。创建事件 Actua…

---

## [能否将查询自动化导出到Google Sheet？](https://meta.discourse.org/t/is-it-possible-to-automate-a-query-to-export-to-a-google-sheet/249461)

<div class="topic-metadata">

**Author:** [@Drew-ART](https://meta.discourse.org/u/Drew-ART)\
**回覆:** 4\
**Last updated:** [2022年九月22日 18:00 UTC](https://meta.discourse.org/t/is-it-possible-to-automate-a-query-to-export-to-a-google-sheet/249461 "2022-09-22T18:00:52Z")

</div>

是否可以实现插件的自动化，每月将数据导出到 Google 表格？

---

## [本周CMX社区峰会有任何Discourse社区团队吗？](https://meta.discourse.org/t/any-discourse-community-teams-at-cmx-community-summit-this-week/238846)

<div class="topic-metadata">

**Author:** [@sleslie99](https://meta.discourse.org/u/sleslie99)\
**回覆:** 1\
**Last updated:** [2022年九月22日 06:21 UTC](https://meta.discourse.org/t/any-discourse-community-teams-at-cmx-community-summit-this-week/238846 "2022-09-22T06:21:48Z")

</div>

本周在加利福尼亚州红木城的 CMX 会议上，如果有人参加，我很乐意与大家见面。请给我发私信分享联系方式。 另外，对于无法参加的人来说，请告诉我是否有任何我可以为你们留意的事情——特定的主题……

---

## [每日浏览量与用户访问量之间似乎有异常](https://meta.discourse.org/t/seems-to-be-an-anomaly-between-daily-views-and-user-visits/239632)

<div class="topic-metadata">

**Author:** [@DGForum](https://meta.discourse.org/u/DGForum)\
**回覆:** 2\
**Last updated:** [2022年九月21日 10:04 UTC](https://meta.discourse.org/t/seems-to-be-an-anomaly-between-daily-views-and-user-visits/239632 "2022-09-21T10:04:04Z")

</div>

例如，我们的每用户访问页面浏览量之比一直很高，但并不可信。 平均每用户约有90次页面浏览量。爬虫占其中的20-30%。 无论如何，我们能否获得更深入的见解……

---

## [净推荐值、满意度评分？](https://meta.discourse.org/t/net-promoter-satisfaction-scoring/218589)

<div class="topic-metadata">

**Author:** [@ganncamp](https://meta.discourse.org/u/ganncamp)\
**回覆:** 22\
**Last updated:** [2022年九月17日 09:58 UTC](https://meta.discourse.org/t/net-promoter-satisfaction-scoring/218589 "2022-09-17T09:58:03Z")

</div>

我们正在考虑如何衡量社区的“成功”。净推荐值和满意度评分被提出作为默认选项。 我没有看到任何可以用来提示用户的插件或主题组件……

---

## [查询：所有不在组的用户；所有在组的用户](https://meta.discourse.org/t/queries-all-users-not-in-group-all-users-in-group/239110)

<div class="topic-metadata">

**Author:** [@Tris20](https://meta.discourse.org/u/Tris20)\
**回覆:** 0\
**Last updated:** [2022年九月15日 13:54 UTC](https://meta.discourse.org/t/queries-all-users-not-in-group-all-users-in-group/239110 "2022-09-15T13:54:36Z")

</div>

此查询返回所有不在“group-of-users”组中的用户。 要使用此查询，只需将“group-of-users”更改为组的 slug。您将获得不在…中的用户的用户名列表。

---

## [更改 discourse 论坛域名时我应该知道什么](https://meta.discourse.org/t/what-i-should-know-when-changing-the-domain-name-of-a-discourse-forum/238904)

<div class="topic-metadata">

**Author:** [@efuetatem1](https://meta.discourse.org/u/efuetatem1)\
**回覆:** 14\
**Last updated:** [2022年九月14日 19:24 UTC](https://meta.discourse.org/t/what-i-should-know-when-changing-the-domain-name-of-a-discourse-forum/238904 "2022-09-14T19:24:10Z")

</div>

问候大家， 几年前我为在法国的国际学生创建了 community.world-like-home.com。如今我们每月有近三万访客。 但论坛占用了大量时间……

---

## [Data Explorer：RAW post field 输出中的 \\n 被替换为空格](https://meta.discourse.org/t/data-explorer-n-is-replaced-with-space-in-raw-post-field-output/238743)

<div class="topic-metadata">

**Author:** [@md-misko](https://meta.discourse.org/u/md-misko)\
**回覆:** 2\
**Last updated:** [2022年九月12日 12:07 UTC](https://meta.discourse.org/t/data-explorer-n-is-replaced-with-space-in-raw-post-field-output/238743 "2022-09-12T12:07:30Z")

</div>

当使用 rails c 获取原始帖子时，结果包含换行符（正如预期的那样）： Post.where("topic\_id = 123").last.raw → "### Title\\nParagraph 1\\n\\nParagraph 2\\n\\nParagraph 3", 但在使用 Data Explorer 查询时所有…

---

## [在 Discourse 中共享特定的用户生成内容（适用于 Halo Infinite）](https://meta.discourse.org/t/sharing-specific-user-generated-content-within-discourse-for-halo-infinite/238325)

<div class="topic-metadata">

**Author:** [@Sikamikanico](https://meta.discourse.org/u/Sikamikanico)\
**回覆:** 8\
**Last updated:** [2022年九月7日 11:55 UTC](https://meta.discourse.org/t/sharing-specific-user-generated-content-within-discourse-for-halo-infinite/238325 "2022-09-07T11:55:53Z")

</div>

大家好！希望有比我聪明得多的人能在这里推荐一个好的方法——即使这意味着要聘请一位 Discourse 开发人员来做一些更定制化的工作。 我拥有并运营 XboxEra.com——一个不断发展的视频游戏出版物……

---

## [您如何处理用户提出的问题？](https://meta.discourse.org/t/how-do-you-deal-with-users-that-bring-up-issues/237713)

<div class="topic-metadata">

**Author:** [@darkpixlz](https://meta.discourse.org/u/darkpixlz)\
**回覆:** 7\
**Last updated:** [2022年九月2日 22:53 UTC](https://meta.discourse.org/t/how-do-you-deal-with-users-that-bring-up-issues/237713 "2022-09-02T22:53:21Z")

</div>

标题可能对某些人来说有点令人困惑，我会尽力解释。 这个故事要追溯到一年前。为了节省我的拇指，我将直接快进到几周前。 一位新用户加入了我的论坛。他们……

---

## [我有一个项目想法，但不知道是否能用 Discourse 实现](https://meta.discourse.org/t/i-have-a-project-in-mind-and-i-dont-know-if-i-can-do-it-with-discourse/237959)

<div class="topic-metadata">

**Author:** [@skizo](https://meta.discourse.org/u/skizo)\
**回覆:** 3\
**Last updated:** [2022年九月2日 21:24 UTC](https://meta.discourse.org/t/i-have-a-project-in-mind-and-i-dont-know-if-i-can-do-it-with-discourse/237959 "2022-09-02T21:24:52Z")

</div>

如果我有三个网站，并且希望每个网站都有自己的论坛，我看到了两种不同的选择： -第一种：在另一个域（全局项目）上安装一个单独的 Discourse，并在其中创建三个类别。每个类别对应一个网站……

---

## [查找所有未标记的主题](https://meta.discourse.org/t/finding-all-untagged-topics/237958)

<div class="topic-metadata">

**Author:** [@Ben\_Garrison](https://meta.discourse.org/u/Ben_Garrison)\
**回覆:** 3\
**Last updated:** [2022年九月2日 18:01 UTC](https://meta.discourse.org/t/finding-all-untagged-topics/237958 "2022-09-02T18:01:43Z")

</div>

我正在寻找一个使用 Data Explorer 来获取所有未标记主题的查询。

---

## [直接邀请用户成为工作人员是个好主意吗？](https://meta.discourse.org/t/is-inviting-users-to-be-staff-members-directly-a-good-idea/237298)

<div class="topic-metadata">

**Author:** [@Rhod](https://meta.discourse.org/u/Rhod)\
**回覆:** 8\
**Last updated:** [2022年八月31日 10:09 UTC](https://meta.discourse.org/t/is-inviting-users-to-be-staff-members-directly-a-good-idea/237298 "2022-08-31T10:09:37Z")

</div>

大家好。 我在脸书上有一个主页，有很多关注者，我想知道是否可以让他们加入成为版主，或者随着时间的推移，是否是更好的主意……

---

## [在哪里可以看到 Dashboard Reports 的代码？](https://meta.discourse.org/t/where-can-i-see-the-code-for-dashboard-reports/236986)

<div class="topic-metadata">

**Author:** [@Nesha](https://meta.discourse.org/u/Nesha)\
**回覆:** 1\
**Last updated:** [2022年八月23日 20:34 UTC](https://meta.discourse.org/t/where-can-i-see-the-code-for-dashboard-reports/236986 "2022-08-23T20:34:33Z")

</div>

我们喜欢 Data Explorer 插件！已经构建了一些特定的查询来查找敏感的词语和短语。 但我们想知道是否可以查看 Discourse Dashboard 上可用标准报告背后的 SQL？这……

---

## [由 Discourse 发布的报告](https://meta.discourse.org/t/reports-by-discourse/160701)

<div class="topic-metadata">

**Author:** [@Monika\_Gupta](https://meta.discourse.org/u/Monika_Gupta)\
**回覆:** 3\
**Last updated:** [2020年八月13日 19:53 UTC](https://meta.discourse.org/t/reports-by-discourse/160701 "2020-08-13T19:53:40Z")

</div>

您好， 我们正尝试从 discourse 下载报告并遇到一些问题： 目前，我们一次只能查看一个指标的数据点，是否可以查询包含多个指标的数据并查看不同的细分…

---

## [关于私有话题/回复的替代方案的帮助？](https://meta.discourse.org/t/help-with-a-private-topics-replies-alternative/236469)

<div class="topic-metadata">

**Author:** [@401Ott](https://meta.discourse.org/u/401Ott)\
**回覆:** 5\
**Last updated:** [2022年八月19日 00:32 UTC](https://meta.discourse.org/t/help-with-a-private-topics-replies-alternative/236469 "2022-08-19T00:32:39Z")

</div>

大家好！ 我有一个特殊情况，我想使用 Discourse 来举办一个社区比赛。我希望他们的参赛作品通过回复主题发送（这样其他人就看不到他们的参赛作品，只有…”

---

## [Badge 查询在 Explorer 中可以运行，但在 Badge SQL 中不行？](https://meta.discourse.org/t/badge-query-working-in-explorer-but-not-in-badge-sql/281543)

<div class="topic-metadata">

**Author:** [@AquaL1te](https://meta.discourse.org/u/AquaL1te)\
**回覆:** 2\
**Last updated:** [2022年八月17日 20:57 UTC](https://meta.discourse.org/t/badge-query-working-in-explorer-but-not-in-badge-sql/281543 "2022-08-17T20:57:55Z")

</div>

我有一个下面的查询，它在数据浏览器中可以正常工作，但当我尝试使用该查询分配徽章时，会收到错误消息‘抱歉，发生了一个错误’。是不是我遗漏了什么？查询应该在 s... 时匹配

---

## [Google analytics 设置 (不使用 tag manager)](https://meta.discourse.org/t/google-analytics-setup-not-using-tag-manager/236398)

<div class="topic-metadata">

**Author:** [@Sherran](https://meta.discourse.org/u/Sherran)\
**回覆:** 1\
**Last updated:** [2022年八月17日 12:05 UTC](https://meta.discourse.org/t/google-analytics-setup-not-using-tag-manager/236398 "2022-08-17T12:05:30Z")

</div>

我正在尝试跟踪我的讨论的流量来源，并发现一个讨论 GA 设置（标签管理器）的主题。但是，我们不使用标签管理器。Simon 在这里简要提到了该设置。我发现很难...

---

## [我与Discourse的故事](https://meta.discourse.org/t/my-story-with-discourse/164713)

<div class="topic-metadata">

**Author:** [@Don](https://meta.discourse.org/u/Don)\
**回覆:** 5\
**Last updated:** [2022年八月16日 06:34 UTC](https://meta.discourse.org/t/my-story-with-discourse/164713 "2022-08-16T06:34:23Z")

</div>

您好，Discourse 社区， 我想和大家分享一下我与 Discourse 的小故事。 一年前，我为匈牙利电子烟社区创建了一个广告分类网站，使用的是 Wordpress。但它仅用于交易二手电子烟……

---

## [工具栏在这里，而不是 \\o/](https://meta.discourse.org/t/toolbar-is-there-and-not-o/236220)

<div class="topic-metadata">

**Author:** [@Jagster](https://meta.discourse.org/u/Jagster)\
**回覆:** 0\
**Last updated:** [2022年八月15日 17:47 UTC](https://meta.discourse.org/t/toolbar-is-there-and-not-o/236220 "2022-08-15T17:47:03Z")

</div>

伙计们，你们为什么不早说 :smiling\_face\_with\_three\_hearts: 隐藏作曲家工具栏的可能性是 UX/UI/whatever-acronym 最好的改进之一。 而使用汉堡包图标来实现这一点是纯粹的 KI…

---

## [调整 Discourse 以便我的作品集网站使用](https://meta.discourse.org/t/tweaking-discourse-for-my-portfolio-site/235256)

<div class="topic-metadata">

**Author:** [@manuel](https://meta.discourse.org/u/manuel)\
**回覆:** 5\
**Last updated:** [2022年八月14日 21:30 UTC](https://meta.discourse.org/t/tweaking-discourse-for-my-portfolio-site/235256 "2022-08-14T21:30:29Z")

</div>

看到其他人分享了他们使用 Discourse 作为博客的个人调整 :slight\_smile: 它不应该是一个论坛或社区，所以我删除了很多元素和功能。会很棒……

---

## [WordPress 集成有多成功？](https://meta.discourse.org/t/how-successful-are-wordpress-integrations/235579)

<div class="topic-metadata">

**Author:** [@Brandon007](https://meta.discourse.org/u/Brandon007)\
**回覆:** 7\
**Last updated:** [2022年八月11日 10:41 UTC](https://meta.discourse.org/t/how-successful-are-wordpress-integrations/235579 "2022-08-11T10:41:06Z")

</div>

我对WordPress集成对网站所有者的成功程度感到好奇。不是从技术角度，而是从功能和社区角度来看。 与Discourse相比，您收到的评论是否更多，而不是本地……

---

## [🧘 休闲聊天](https://meta.discourse.org/t/calm-chat/211089)

<div class="topic-metadata">

**Author:** [@erlend\_sh](https://meta.discourse.org/u/erlend_sh)\
**回覆:** 6\
**Last updated:** [2022年八月10日 19:52 UTC](https://meta.discourse.org/t/calm-chat/211089 "2022-08-10T19:52:39Z")

</div>

对您来说，平静的聊天是什么样的？ 您可以随意使用任意数量的词语。

---

## [GitHub Star History - 值得了解](https://meta.discourse.org/t/github-star-history-nice-to-know/235612)

<div class="topic-metadata">

**Author:** [@EricGT](https://meta.discourse.org/u/EricGT)\
**回覆:** 0\
**Last updated:** [2022年八月9日 14:51 UTC](https://meta.discourse.org/t/github-star-history-nice-to-know/235612 "2022-08-09T14:51:44Z")

</div>

一种表达对开源软件欣赏的方式是在存储库页面上给它点赞。 对于 Discourse 过了一段时间，人们可能会想知道星标的数量随时间的变化，为此有 注意： 这…

---

## [用户信任等级徽章](https://meta.discourse.org/t/user-trust-level-badge/235443)

<div class="topic-metadata">

**Author:** [@Annabel](https://meta.discourse.org/u/Annabel)\
**回覆:** 3\
**Last updated:** [2022年八月8日 20:45 UTC](https://meta.discourse.org/t/user-trust-level-badge/235443 "2022-08-08T20:45:38Z")

</div>

什么情况会导致管理员锁定用户的信任等级徽章？

---

## [能否使用 data-explorer 运行 Update 查询？](https://meta.discourse.org/t/can-i-run-update-queries-with-the-data-explorer/249460)

<div class="topic-metadata">

**Author:** [@nobodyfrm](https://meta.discourse.org/u/nobodyfrm)\
**回覆:** 1\
**Last updated:** [2022年八月7日 16:11 UTC](https://meta.discourse.org/t/can-i-run-update-queries-with-the-data-explorer/249460 "2022-08-07T16:11:36Z")

</div>

嘿，这个插件可以运行更新语句吗？ 如果不行，有没有其他简单的方法来运行更新语句？

---

## [如何获取所有子类别按子类别划分的总主题报告？](https://meta.discourse.org/t/how-do-i-get-a-report-of-total-topics-by-subcategory-for-all-subcategories-please/235296)

<div class="topic-metadata">

**Author:** [@DGForum](https://meta.discourse.org/u/DGForum)\
**回覆:** 5\
**Last updated:** [2022年八月6日 11:58 UTC](https://meta.discourse.org/t/how-do-i-get-a-report-of-total-topics-by-subcategory-for-all-subcategories-please/235296 "2022-08-06T11:58:04Z")

</div>

抱歉，未能找到符合我要求的具体内容。 我只想查看历来每个子类别的总主题数。就我们而言，只有 3 年。 谢谢。谢谢。谢谢。谢谢。谢谢。谢谢。谢谢。谢谢。谢谢。谢谢。谢谢。谢谢。谢谢。谢谢。谢谢。

---

## [使用 Discourse 聊天的论坛](https://meta.discourse.org/t/forums-that-use-discourse-chat/234439)

<div class="topic-metadata">

**Author:** [@Jonathan5](https://meta.discourse.org/u/Jonathan5)\
**回覆:** 1\
**Last updated:** [2022年八月3日 05:30 UTC](https://meta.discourse.org/t/forums-that-use-discourse-chat/234439 "2022-08-03T05:30:16Z")

</div>

哪些论坛目前在使用 Discourse 的聊天插件？ 我想去看看它在实际中是如何运作的。 谢谢。

---

## [快速编辑：一个小功能如何变得出色的完美范例](https://meta.discourse.org/t/fast-edit-a-perfect-example-of-how-such-a-small-feature-can-be-amazing/234806)

<div class="topic-metadata">

**Author:** [@Canapin](https://meta.discourse.org/u/Canapin)\
**回覆:** 2\
**Last updated:** [2022年八月2日 11:57 UTC](https://meta.discourse.org/t/fast-edit-a-perfect-example-of-how-such-a-small-feature-can-be-amazing/234806 "2022-08-02T11:57:48Z")

</div>

自从它推出以来，我一直在使用它，当我本能地试图在 vBulletin 论坛上发帖时，我才意识到它有多好。 :sweat\_smile:

---

## [Discourse入门资源-我们可以在社区中复制和发布吗？](https://meta.discourse.org/t/discourse-getting-started-resource-can-we-copy-and-post-in-our-community/234345)

<div class="topic-metadata">

**Author:** [@sleslie99](https://meta.discourse.org/u/sleslie99)\
**回覆:** 7\
**Last updated:** [2022年七月29日 10:34 UTC](https://meta.discourse.org/t/discourse-getting-started-resource-can-we-copy-and-post-in-our-community/234345 "2022-07-29T10:34:22Z")

</div>

您好 Discourse 团队- 我们正在处理一些资源。其中之一是“Discourse 新用户指南”。我们想将其复制并发布到我们的网站上，而不是发送给您的网站，因为它有点令人困惑——是这样的……

[上一頁](https://meta.discourse.org/c/community-building/65.md?page=28)

[下一頁](https://meta.discourse.org/c/community-building/65.md?page=30)
