# Community Building

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

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

**Page:** 26

---

## [List of users with locked trust level due to group membership?](https://meta.discourse.org/t/list-of-users-with-locked-trust-level-due-to-group-membership/62455)

<div class="topic-metadata">

**Author:** [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)\
**回覆:** 17\
**Last updated:** [2023年四月30日 15:16 UTC](https://meta.discourse.org/t/list-of-users-with-locked-trust-level-due-to-group-membership/62455 "2023-04-30T15:16:16Z")

</div>

I was just investigating an issue with trust levels, and realized that a handful of moderators had their trust level locked and I don’t know why. Does this happen automatically when you promote someone to moderator or sh…

---

## [谁在特定时间阅读帖子？](https://meta.discourse.org/t/who-read-posts-at-a-certain-time/248876)

<div class="topic-metadata">

**Author:** [@annekritchie](https://meta.discourse.org/u/annekritchie)\
**回覆:** 2\
**Last updated:** [2023年四月29日 11:28 UTC](https://meta.discourse.org/t/who-read-posts-at-a-certain-time/248876 "2023-04-29T11:28:45Z")

</div>

我想确定哪个成员可能在一天中的特定时间阅读了某个帖子。这可能吗？如果我们能向成员发送电子邮件，那会怎么样？我不确定 Discourse 是否可以跟踪电子邮件，但我想知道是否…

---

## [如何使用Kodular制作一个由Discourse驱动的应用程序](https://meta.discourse.org/t/how-i-made-a-powered-by-discourse-app-using-kodular/238382)

<div class="topic-metadata">

**Author:** [@Alexander](https://meta.discourse.org/u/Alexander)\
**回覆:** 1\
**Last updated:** [2023年四月23日 13:44 UTC](https://meta.discourse.org/t/how-i-made-a-powered-by-discourse-app-using-kodular/238382 "2023-04-23T13:44:01Z")

</div>

最近，我和一位朋友一起启动了“乌拉圭学生角 :uruguay:”，这是一个面向该国所有高中生和大学生（以及志愿教师）的在线社区，从而提供了一个……

---

## [人们如何宣传/推广活跃的频道](https://meta.discourse.org/t/how-do-people-publicize-promote-active-channels/262616)

<div class="topic-metadata">

**Author:** [@MikeNolan](https://meta.discourse.org/u/MikeNolan)\
**回覆:** 3\
**Last updated:** [2023年四月22日 22:57 UTC](https://meta.discourse.org/t/how-do-people-publicize-promote-active-channels/262616 "2023-04-22T22:57:29Z")

</div>

我今天设置了我们的第一个频道讨论，至少有两名成员说他们找了但没找到。我猜他们没有在左侧边栏向下滚动足够远来找到它。 其他…

---

## [已解决/未解决话题的统计，包括“解决时间”](https://meta.discourse.org/t/topics-stats-of-solved-unsolved-topics-inc-time-to-solution/275393)

<div class="topic-metadata">

**Author:** [@JammyDodger](https://meta.discourse.org/u/JammyDodger)\
**回覆:** 0\
**Last updated:** [2023年四月22日 12:36 UTC](https://meta.discourse.org/t/topics-stats-of-solved-unsolved-topics-inc-time-to-solution/275393 "2023-04-22T12:36:53Z")

</div>

:warning: 草稿 此查询将提供已解决/未解决、首次回复 | 首次回复者 | 首次回复所需小时数，以及解决方案帖子 | 解决者 | 解决所需小时数（带有类别和“主题创建自”参数……

---

## [是否有SQL查询显示有多少人使用了新用户提示？](https://meta.discourse.org/t/is-there-a-sql-query-to-show-how-many-people-have-used-the-new-user-tips/283096)

<div class="topic-metadata">

**Author:** [@Jagster](https://meta.discourse.org/u/Jagster)\
**回覆:** 4\
**Last updated:** [2023年四月20日 19:05 UTC](https://meta.discourse.org/t/is-there-a-sql-query-to-show-how-many-people-have-used-the-new-user-tips/283096 "2023-04-20T19:05:49Z")

</div>

我们有 SQL 查询或类似方法来统计有多少人使用了新用户提示吗？ 因为如果大多数新用户都不使用它，我们就不知道它是否有效，或者它本身是否很有用。

---

## [谁将某个主题标记为已解决](https://meta.discourse.org/t/who-has-marked-a-particular-topic-as-solved/261876)

<div class="topic-metadata">

**Author:** [@JammyDodger](https://meta.discourse.org/u/JammyDodger)\
**回覆:** 0\
**Last updated:** [2023年四月16日 19:06 UTC](https://meta.discourse.org/t/who-has-marked-a-particular-topic-as-solved/261876 "2023-04-16T19:06:41Z")

</div>

查找谁将某个特定主题标记为已解决： -- \[参数\] -- topic\_id :topic\_id SELECT target\_topic\_id, acting\_user\_id, created\_at::date FROM user\_actions WHERE target\_topic\_id = :topic\_id AND ac…

---

## [每个用户已解决的统计列表](https://meta.discourse.org/t/list-of-solved-stats-per-user/275391)

<div class="topic-metadata">

**Author:** [@JammyDodger](https://meta.discourse.org/u/JammyDodger)\
**回覆:** 0\
**Last updated:** [2023年四月16日 16:05 UTC](https://meta.discourse.org/t/list-of-solved-stats-per-user/275391 "2023-04-16T16:05:00Z")

</div>

要生成每位用户的统计信息列表，并带有一个时间间隔变量（默认为 1 年）： -- \[参数\] -- string :interval = 1 year SELECT ua.acting\_user\_id, COUNT(CASE t.user\_id WHEN ua.acting\_user\_id T…

---

## [列出每个已“解决”的事件](https://meta.discourse.org/t/list-each-individual-solved-event/275390)

<div class="topic-metadata">

**Author:** [@JammyDodger](https://meta.discourse.org/u/JammyDodger)\
**回覆:** 0\
**Last updated:** [2023年四月16日 15:10 UTC](https://meta.discourse.org/t/list-each-individual-solved-event/275390 "2023-04-16T15:10:00Z")

</div>

要列出每个已“解决”的事件，您可以使用类似以下的查询： SELECT acting\_user\_id, target\_topic\_id AS topic\_id, target\_post\_id, created\_at::date FROM user\_actions WHERE action\_type=15……

---

## [投票主题](https://meta.discourse.org/t/topics-voted-on/275399)

<div class="topic-metadata">

**Author:** [@JammyDodger](https://meta.discourse.org/u/JammyDodger)\
**回覆:** 0\
**Last updated:** [2023年四月16日 10:30 UTC](https://meta.discourse.org/t/topics-voted-on/275399 "2023-04-16T10:30:00Z")

</div>

投票主题 返回给定用户的当前和已归档投票的主题和创建日期 -- \[params\] -- user\_id :user SELECT tvv.topic\_id, tvv.created\_at::date AS "投票日期", CASE WHEN tvv.archive = TRUE THEN '已归档' ELSE '当前' END AS "当前?" FROM topic\_voting\_votes tvv WH…

---

## [投票统计摘要（每个用户）——所选用户](https://meta.discourse.org/t/vote-count-summary-per-user-selected-user-s/275397)

<div class="topic-metadata">

**Author:** [@JammyDodger](https://meta.discourse.org/u/JammyDodger)\
**回覆:** 0\
**Last updated:** [2023年四月16日 08:30 UTC](https://meta.discourse.org/t/vote-count-summary-per-user-selected-user-s/275397 "2023-04-16T08:30:00Z")

</div>

投票计数摘要（按用户）- 选定的用户 -- \[params\] -- user\_list :users SELECT tvv.user\_id, SUM(CASE when tvv.archive = FALSE THEN 1 ELSE 0 END) AS "当前投票", SUM(CASE when tvv.archive = TRUE THEN 1 ELSE 0 END) AS "已存档投票", …

---

## [投票统计总结（按用户）——所有用户](https://meta.discourse.org/t/vote-count-summary-per-user-all-users/275394)

<div class="topic-metadata">

**Author:** [@JammyDodger](https://meta.discourse.org/u/JammyDodger)\
**回覆:** 0\
**Last updated:** [2023年四月15日 08:30 UTC](https://meta.discourse.org/t/vote-count-summary-per-user-all-users/275394 "2023-04-15T08:30:00Z")

</div>

投票计数摘要（按用户）- 所有用户 以下查询按用户给出当前投票数、已存档投票数以及两者总数。 SELECT tvv.user\_id, SUM(CASE when tvv.archive = FALSE THEN 1 ELSE 0 END) AS "当前投票", SUM(CASE when tvv.archive = TRUE THEN 1 ELSE 0 END) AS "已存档投票", COU…

---

## [我可以更改已解决徽章的阈值吗？](https://meta.discourse.org/t/can-i-change-the-threshold-of-the-solved-badges/261877)

<div class="topic-metadata">

**Author:** [@profcaju](https://meta.discourse.org/u/profcaju)\
**回覆:** 3\
**Last updated:** [2023年四月14日 06:05 UTC](https://meta.discourse.org/t/can-i-change-the-threshold-of-the-solved-badges/261877 "2023-04-14T06:05:40Z")

</div>

是否有办法更改此插件提供的徽章的阈值？或者创建新的徽章？

---

## [如何避免你的模组创建多个标签？](https://meta.discourse.org/t/how-do-you-avoid-having-your-mods-create-multiple-tags/260246)

<div class="topic-metadata">

**Author:** [@Anat\_Srulovitch](https://meta.discourse.org/u/Anat_Srulovitch)\
**回覆:** 9\
**Last updated:** [2023年四月3日 23:23 UTC](https://meta.discourse.org/t/how-do-you-avoid-having-your-mods-create-multiple-tags/260246 "2023-04-03T23:23:24Z")

</div>

您好， 作为网站所有者，我很想听听您的建议： 对于网站上有很多模组的人来说——您如何避免由模组为不同类别创建许多重复的标签？ 我们曾考虑管理……

---

## [获取特定类别下近期标记的数量](https://meta.discourse.org/t/get-count-of-recent-flags-in-a-particular-category/260411)

<div class="topic-metadata">

**Author:** [@tpsReports](https://meta.discourse.org/u/tpsReports)\
**回覆:** 3\
**Last updated:** [2023年四月3日 20:44 UTC](https://meta.discourse.org/t/get-count-of-recent-flags-in-a-particular-category/260411 "2023-04-03T20:44:06Z")

</div>

大家好 :grinning: 我正在为我的 Discourse 实例添加一个插件，该插件用于确定一个分类中最近是否收到了特定数量的标记。它最好能返回一个分类中收到的标记数量……

---

## [Markdown徽章列表，不是Discourse徽章，而是某些网站上看起来像旗帜的小图像](https://meta.discourse.org/t/list-of-markdown-badges-no-not-discourse-badges-those-little-images-that-look-like-flags-on-some-sites/260112)

<div class="topic-metadata">

**Author:** [@EricGT](https://meta.discourse.org/u/EricGT)\
**回覆:** 6\
**Last updated:** [2023年四月3日 18:52 UTC](https://meta.discourse.org/t/list-of-markdown-badges-no-not-discourse-badges-those-little-images-that-look-like-flags-on-some-sites/260112 "2023-04-03T18:52:28Z")

</div>

https://github.com/a11y-badges/a11y-markdown-badges

---

## [一个有趣的竞赛想法，以推动参与 - 一周内新增 50 多名新成员/介绍 :)](https://meta.discourse.org/t/a-fun-contest-idea-to-drive-engagement-over-50-new-members-intros-in-a-week/260132)

<div class="topic-metadata">

**Author:** [@MorganCarey](https://meta.discourse.org/u/MorganCarey)\
**回覆:** 2\
**Last updated:** [2023年四月3日 00:57 UTC](https://meta.discourse.org/t/a-fun-contest-idea-to-drive-engagement-over-50-new-members-intros-in-a-week/260132 "2023-04-03T00:57:39Z")

</div>

大家好， 最近我们已将论坛升级到新版本的Discourse，我们一直在思考如何提高参与度（让大家真正使用论坛，而不仅仅是注册）。 我们想出了一个主意……

---

## [下载所有数据（SQL）](https://meta.discourse.org/t/download-all-data-in-sql/259608)

<div class="topic-metadata">

**Author:** [@Luiz\_men](https://meta.discourse.org/u/Luiz_men)\
**回覆:** 3\
**Last updated:** [2023年三月27日 19:50 UTC](https://meta.discourse.org/t/download-all-data-in-sql/259608 "2023-03-27T19:50:00Z")

</div>

您好！ 我想知道如何以SQL格式下载我所有的社区数据。 我在社区里搜索过，但没有找到一个帖子确切地谈论这个。

---

## [如何将所有主题导出为CSV格式？](https://meta.discourse.org/t/how-to-export-list-of-all-topics-in-csv/259349)

<div class="topic-metadata">

**Author:** [@lvictor](https://meta.discourse.org/u/lvictor)\
**回覆:** 2\
**Last updated:** [2023年三月25日 15:31 UTC](https://meta.discourse.org/t/how-to-export-list-of-all-topics-in-csv/259349 "2023-03-25T15:31:29Z")

</div>

对于这个问题，我还没有找到答案——我想对整个论坛的类别进行重组。为了记录和规划重组，是否有办法将我论坛上的所有主题列表导出为CSV文件？

---

## [关于冒充用户的想法](https://meta.discourse.org/t/thoughts-about-impersonate-user/258795)

<div class="topic-metadata">

**Author:** [@satonotdead](https://meta.discourse.org/u/satonotdead)\
**回覆:** 87\
**Last updated:** [2023年三月24日 14:31 UTC](https://meta.discourse.org/t/thoughts-about-impersonate-user/258795 "2023-03-24T14:31:23Z")

</div>

在 Discobot 帖子中标记了一个不相关的主题后，我想知道 Discourse 社区是否愿意讨论是否允许在“一键”模仿用户是可行的，或者是否可以将此功能移至特定场景。 从我个人的角度来看……

---

## [非常喜欢我的帖子是动态更新的](https://meta.discourse.org/t/really-love-that-my-threads-are-dynamically-updated/259286)

<div class="topic-metadata">

**Author:** [@ganncamp](https://meta.discourse.org/u/ganncamp)\
**回覆:** 1\
**Last updated:** [2023年三月24日 14:21 UTC](https://meta.discourse.org/t/really-love-that-my-threads-are-dynamically-updated/259286 "2023-03-24T14:21:08Z")

</div>

我的工作流程是把需要处理的帖子在新的标签页中打开。有时我会在两个不同的标签页中打开同一个帖子。 当我在一个标签页中回复帖子时，另一个标签页也会更新，这真的非常有用……

---

## [排除用户分析](https://meta.discourse.org/t/exclude-users-from-analytics/259155)

<div class="topic-metadata">

**Author:** [@NoamH](https://meta.discourse.org/u/NoamH)\
**回覆:** 1\
**Last updated:** [2023年三月24日 09:36 UTC](https://meta.discourse.org/t/exclude-users-from-analytics/259155 "2023-03-24T09:36:40Z")

</div>

是否可以从仪表盘报表中排除管理员组或特定用户？

---

## [关于我的论坛BlackIron的反馈](https://meta.discourse.org/t/feedback-on-my-forum-blackiron/232768)

<div class="topic-metadata">

**Author:** [@darkpixlz](https://meta.discourse.org/u/darkpixlz)\
**回覆:** 31\
**Last updated:** [2023年三月23日 12:51 UTC](https://meta.discourse.org/t/feedback-on-my-forum-blackiron/232768 "2023-03-23T12:51:47Z")

</div>

嘿！ 我和 @crcoli7307、@GamersInternational、@Laventino 以及其他几个人在过去几天里一直在努力完成我们的论坛，我们认为它现在已经准备好接受社区的意见了。 这是：https://comm…

---

## [社交链接/图标](https://meta.discourse.org/t/social-links-icons/258786)

<div class="topic-metadata">

**Author:** [@papyrophilia](https://meta.discourse.org/u/papyrophilia)\
**回覆:** 2\
**Last updated:** [2023年三月23日 01:56 UTC](https://meta.discourse.org/t/social-links-icons/258786 "2023-03-23T01:56:02Z")

</div>

对于有社交媒体存在的社区，您在哪里发布社交媒体链接/图标？我是否忽略了某个插件？谢谢！

---

## [问问这里的数据人们](https://meta.discourse.org/t/question-for-fellow-data-people-here/258382)

<div class="topic-metadata">

**Author:** [@jeremiahworkman](https://meta.discourse.org/u/jeremiahworkman)\
**回覆:** 1\
**Last updated:** [2023年三月20日 12:59 UTC](https://meta.discourse.org/t/question-for-fellow-data-people-here/258382 "2023-03-20T12:59:26Z")

</div>

我正在寻找关于我们 Discourse 网站管理部分中指标定义的文档/逻辑（特别是不同信任级别的用户、浏览量、网络爬虫浏览量）。我是一名数据工程师，我的公司（Bu…

---

## [新？管理员视图的用户列表](https://meta.discourse.org/t/new-admin-view-of-user-list/258481)

<div class="topic-metadata">

**Author:** [@Jagster](https://meta.discourse.org/u/Jagster)\
**回覆:** 1\
**Last updated:** [2023年三月17日 09:59 UTC](https://meta.discourse.org/t/new-admin-view-of-user-list/258481 "2023-03-17T09:59:21Z")

</div>

我不知道这是否是其他更改的一部分，但我非常非常非常喜欢用户列表的清晰度。这正是管理员所需要的——我的匿名用户比以前更光鲜亮丽了，应该如此。 我的意思是这个（别介意 jib…

---

## [需要反馈：最佳桌面主页视图？](https://meta.discourse.org/t/feedback-needed-best-desktop-homepage-view/256799)

<div class="topic-metadata">

**Author:** [@Quentin\_B](https://meta.discourse.org/u/Quentin_B)\
**回覆:** 5\
**Last updated:** [2023年三月15日 20:28 UTC](https://meta.discourse.org/t/feedback-needed-best-desktop-homepage-view/256799 "2023-03-15T20:28:30Z")

</div>

大家好！ 长话短说，我正在努力选择最佳的默认视图来启动我的社区。我不担心注册量，但我很难组织我的主页……

---

## [最佳实践建议？](https://meta.discourse.org/t/suggestions-for-best-practices/254259)

<div class="topic-metadata">

**Author:** [@mangcat](https://meta.discourse.org/u/mangcat)\
**回覆:** 3\
**Last updated:** [2023年三月15日 15:41 UTC](https://meta.discourse.org/t/suggestions-for-best-practices/254259 "2023-03-15T15:41:24Z")

</div>

您好， 我们为支持社区设置了一个论坛，想知道您是否有关于确保我们不会错过任何帖子/回复的最佳实践建议或推荐？ 谢谢， ……

---

## [手动运行报告时应使用什么值作为投票名称](https://meta.discourse.org/t/what-value-to-use-as-poll-name-when-running-report-manually/249456)

<div class="topic-metadata">

**Author:** [@Phylo\_IF](https://meta.discourse.org/u/Phylo_IF)\
**回覆:** 1\
**Last updated:** [2022年十二月20日 07:23 UTC](https://meta.discourse.org/t/what-value-to-use-as-poll-name-when-running-report-manually/249456 "2022-12-20T07:23:25Z")

</div>

你好，我有一个关于已实现的“投票结果报告”的问题，这是标准查询之一。 它要求我输入一个“投票名称”和一个“帖子ID”。 虽然我能理解帖子ID，但我不知道在哪里……

---

## [社区健康统计](https://meta.discourse.org/t/community-health-statistics/258043)

<div class="topic-metadata">

**Author:** [@Paul\_King](https://meta.discourse.org/u/Paul_King)\
**回覆:** 1\
**Last updated:** [2023年三月14日 17:56 UTC](https://meta.discourse.org/t/community-health-statistics/258043 "2023-03-14T17:56:56Z")

</div>

是否可以将邮件列表用户包含在社区健康统计数据中？ 目前，似乎只计算每天登录的用户。 特别是‘合并页面浏览量’图表是否可以重命名/升级……

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

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