# Latest

**URL:** https://meta.discourse.org/latest.md?page=1524

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

**Page:** 1525

---

## [构建浏览器指纹插件](https://meta.discourse.org/t/build-a-browser-fingerprinting-plugin/93037)

<div class="topic-metadata">

**Author:** [@codinghorror](https://meta.discourse.org/u/codinghorror)\
**回覆:** 1\
**Last updated:** [2018年七月24日 21:08 UTC](https://meta.discourse.org/t/build-a-browser-fingerprinting-plugin/93037 "2018-07-24T21:08:15Z")

</div>

您希望完成什么操作？ 构建一个 Discourse 插件，实现以下功能： 为每个用户会话计算浏览器指纹，参考 Panopticlick 的方式，可以使用 FingerprintJS2、ClientJS 或类似工具。此依赖…

---

## [你的第一步是什么？](https://meta.discourse.org/t/what-was-your-first-step/93026)

<div class="topic-metadata">

**Author:** [@tyraniczar](https://meta.discourse.org/u/tyraniczar)\
**回覆:** 1\
**Last updated:** [2018年七月24日 17:26 UTC](https://meta.discourse.org/t/what-was-your-first-step/93026 "2018-07-24T17:26:19Z")

</div>

大家好，对于那些在拥有社区、粉丝群或客户群之前就搭建了 Discourse 论坛的朋友，你们成功搭建论坛后的第一步是什么？你们是如何触达目标用户的……

---

## [Pointers for building a plugin for browser fingerprinting](https://meta.discourse.org/t/pointers-for-building-a-plugin-for-browser-fingerprinting/49683)

<div class="topic-metadata">

**Author:** [@carmalonso](https://meta.discourse.org/u/carmalonso)\
**回覆:** 4\
**Last updated:** [2018年七月24日 20:00 UTC](https://meta.discourse.org/t/pointers-for-building-a-plugin-for-browser-fingerprinting/49683 "2018-07-24T20:00:05Z")

</div>

Based on the discussion from my thread: I decided to try my hand at building a plugin that would help prevent suspended users from returning by blocking their browser fingerprint (see panopticlick.eff.org). My plan for…

---

## [帖子内容预览无法工作](https://meta.discourse.org/t/post-content-preview-not-working/93030)

<div class="topic-metadata">

**Author:** [@AstonJ](https://meta.discourse.org/u/AstonJ)\
**回覆:** 5\
**Last updated:** [2018年七月24日 19:46 UTC](https://meta.discourse.org/t/post-content-preview-not-working/93030 "2018-07-24T19:46:37Z")

</div>

发布新主题或帖子时，我已刷新页面，但问题仍未解决：

---

## [子文件夹安装中设置向导的 emoji 错误](https://meta.discourse.org/t/setup-wizard-emoji-wrong-in-subfolder-install/91442)

<div class="topic-metadata">

**Author:** [@hayzem](https://meta.discourse.org/u/hayzem)\
**回覆:** 38\
**Last updated:** [2018年七月24日 18:37 UTC](https://meta.discourse.org/t/setup-wizard-emoji-wrong-in-subfolder-install/91442 "2018-07-24T18:37:38Z")

</div>

Discourse 已单独安装在分配了 discourse.domain.com 的服务器上。目标是能够使用 www.domain.com/discourse 访问 Discourse。我已按照 GitHub 页面上的说明进行安装并...

---

## [先看主题中的最新回复](https://meta.discourse.org/t/see-latest-reply-in-topic-first/93013)

<div class="topic-metadata">

**Author:** [@debryc](https://meta.discourse.org/u/debryc)\
**回覆:** 9\
**Last updated:** [2018年七月24日 16:43 UTC](https://meta.discourse.org/t/see-latest-reply-in-topic-first/93013 "2018-07-24T16:43:42Z")

</div>

我预见自己会在 Codecademy 上创建很多像这样的话题：欢迎来到我们的论坛！请做个自我介绍。在这种情况下，优先查看最新回复（而非最旧的）非常合理，因为……

---

## [用户会被通知其帖子被删除吗？](https://meta.discourse.org/t/user-notified-of-post-that-gets-deleted/80639)

<div class="topic-metadata">

**Author:** [@8BIT](https://meta.discourse.org/u/8BIT)\
**回覆:** 2\
**Last updated:** [2018年七月24日 16:01 UTC](https://meta.discourse.org/t/user-notified-of-post-that-gets-deleted/80639 "2018-07-24T16:01:00Z")

</div>

我找不到这个。我不认为它会提醒任何人……这值得添加为一个通知吗？

---

## [正在查询某类别的总浏览量](https://meta.discourse.org/t/working-on-querying-total-view-of-a-category/92964)

<div class="topic-metadata">

**Author:** [@jerdog](https://meta.discourse.org/u/jerdog)\
**回覆:** 2\
**Last updated:** [2018年七月24日 14:26 UTC](https://meta.discourse.org/t/working-on-querying-total-view-of-a-category/92964 "2018-07-24T14:26:08Z")

</div>

因此，我们想要统计特定类别的浏览量，所以我编写了如下查询： SELECT date\_part('month', created\_at) as Mth, sum(views) as FAQViews FROM topics WHERE category\_id = '1…

---

## [在首页类别上方插入广告](https://meta.discourse.org/t/insert-ad-above-category-in-homepage/93003)

<div class="topic-metadata">

**Author:** [@eldy](https://meta.discourse.org/u/eldy)\
**回覆:** 0\
**Last updated:** [2018年七月24日 13:41 UTC](https://meta.discourse.org/t/insert-ad-above-category-in-homepage/93003 "2018-07-24T13:41:29Z")

</div>

我想我必须手动编辑模板文件以插入一段代码吗？与我的其他 WordPress 站点相比，CTR 真的很低，默认的 AdSense 插件效果不太好。我该如何在首页插入一个 300 的广告区块……

---

## [关于如何构建抓取/发布插件的建议](https://meta.discourse.org/t/advice-on-how-to-build-a-scraping-posting-plugin/92901)

<div class="topic-metadata">

**Author:** [@bletch](https://meta.discourse.org/u/bletch)\
**回覆:** 7\
**Last updated:** [2018年七月24日 12:52 UTC](https://meta.discourse.org/t/advice-on-how-to-build-a-scraping-posting-plugin/92901 "2018-07-24T12:52:56Z")

</div>

我想开发一个插件，定期搜索网络、Twitter、Facebook、Instagram 等平台上的相关新闻，然后在 Discourse 中生成摘要帖子。有人能给我推荐一个现成的插件，或者指出核心代码中的相关部分吗？

---

## [未收到公告通知](https://meta.discourse.org/t/not-receiving-notifications-for-announcements/87275)

<div class="topic-metadata">

**Author:** [@LeoMcA](https://meta.discourse.org/u/LeoMcA)\
**回覆:** 12\
**Last updated:** [2018年七月24日 10:07 UTC](https://meta.discourse.org/t/not-receiving-notifications-for-announcements/87275 "2018-07-24T10:07:07Z")

</div>

我将 #feature:announcements 设置为“关注”，但在过去大约三批发布说明（例如这一批）中，我都没有收到相关通知，只在我的“新”列表中发现了它们。 一旦我打开该主题，它显示…

---

## [使用 Prettier 进行代码 lint 和格式化](https://meta.discourse.org/t/code-linting-and-formatting-with-prettier/92981)

<div class="topic-metadata">

**Author:** [@pmusaraj](https://meta.discourse.org/u/pmusaraj)\
**回覆:** 6\
**Last updated:** [2018年七月24日 09:54 UTC](https://meta.discourse.org/t/code-linting-and-formatting-with-prettier/92981 "2018-07-24T09:54:28Z")

</div>

我刚提交了一个 PR，但由于代码规范问题未能通过 Travis 测试。我在 meta 中没找到任何关于 eslint/prettier 的条目，于是深入代码库查找，最终找到了改进代码的方法……

---

## [徽章授予工作频率可配置吗？](https://meta.discourse.org/t/badge-grant-job-frequency-configurable/92803)

<div class="topic-metadata">

**Author:** [@Bas](https://meta.discourse.org/u/Bas)\
**回覆:** 5\
**Last updated:** [2018年七月24日 09:45 UTC](https://meta.discourse.org/t/badge-grant-job-frequency-configurable/92803 "2018-07-24T09:45:29Z")

</div>

BadgeGrant 任务每天运行一次，如果我们能稍微增加一些运行频率就太好了。 虽然我理解对于某些大型社区来说，这项任务最好安排在非高峰时段（例如凌晨 3 点左右）执行。不过，我运营的是一个小型……

---

## [在参与度指标中过滤 Discobot](https://meta.discourse.org/t/filter-out-discobot-in-engagement-metrics/92800)

<div class="topic-metadata">

**Author:** [@Bas](https://meta.discourse.org/u/Bas)\
**回覆:** 4\
**Last updated:** [2018年七月24日 09:27 UTC](https://meta.discourse.org/t/filter-out-discobot-in-engagement-metrics/92800 "2018-07-24T09:27:57Z")

</div>

新的仪表盘（看起来不错！）包含一项用户间消息的指标。这些消息似乎包含了 Discobot 发送的消息，这使得该指标相当没有意义（因为在小型社区中，新用户注册 …

---

## [Android Webview Discourse 邀请链接](https://meta.discourse.org/t/android-webview-discourse-invite-link/92959)

<div class="topic-metadata">

**Author:** [@Dai\_Dao](https://meta.discourse.org/u/Dai_Dao)\
**回覆:** 0\
**Last updated:** [2018年七月23日 20:27 UTC](https://meta.discourse.org/t/android-webview-discourse-invite-link/92959 "2018-07-23T20:27:08Z")

</div>

你好， 我使用 Discourse API 根据用户的邮箱生成了一个邀请链接。获取到链接后，我尝试通过 WebView 加载它，但页面显示为空白。这很奇怪，我不确定为什么邀请链接无法加载……

---

## [我们能否在另一个容器发行版中安装 Discourse？](https://meta.discourse.org/t/can-we-install-discourse-in-another-container-distro/91941)

<div class="topic-metadata">

**Author:** [@hosna](https://meta.discourse.org/u/hosna)\
**回覆:** 14\
**Last updated:** [2018年七月24日 05:26 UTC](https://meta.discourse.org/t/can-we-install-discourse-in-another-container-distro/91941 "2018-07-24T05:26:56Z")

</div>

当我进入 Discourse 应用时，我发现我的 Discourse 论坛容器是 Ubuntu 16.04。它运行正常。不过我很好奇，我们是否可以在其他容器发行版（如 CentOS 或 Ubuntu 等）上安装 Discourse？

---

## [Cannot merge first and second post in a topic even though both are written by the same author](https://meta.discourse.org/t/cannot-merge-first-and-second-post-in-a-topic-even-though-both-are-written-by-the-same-author/49444)

<div class="topic-metadata">

**Author:** [@meglio](https://meta.discourse.org/u/meglio)\
**回覆:** 8\
**Last updated:** [2018年七月24日 04:14 UTC](https://meta.discourse.org/t/cannot-merge-first-and-second-post-in-a-topic-even-though-both-are-written-by-the-same-author/49444 "2018-07-24T04:14:27Z")

</div>

If you select the first and the second posts of a topic, no “Join” option appears in the admin wrench menu. Is this a bug? Please note that both messages are written by the same author.

---

## [隐藏的分隔主题](https://meta.discourse.org/t/hidden-split-topics/92983)

<div class="topic-metadata">

**Author:** [@rhrmn](https://meta.discourse.org/u/rhrmn)\
**回覆:** 4\
**Last updated:** [2018年七月24日 04:13 UTC](https://meta.discourse.org/t/hidden-split-topics/92983 "2018-07-24T04:13:41Z")

</div>

请添加一个新功能：如果话题被拆分到仅对工作人员和版主可见的论坛，则隐藏拆分线程底部的公开链接。 在我们的社区中，我们会将偏离主题的评论拆分出去……

---

## [分类重排的用户体验可以更简单](https://meta.discourse.org/t/category-reordering-ux-could-be-simpler/83171)

<div class="topic-metadata">

**Author:** [@BlackKnob](https://meta.discourse.org/u/BlackKnob)\
**回覆:** 17\
**Last updated:** [2018年七月24日 00:42 UTC](https://meta.discourse.org/t/category-reordering-ux-could-be-simpler/83171 "2018-07-24T00:42:21Z")

</div>

我们真的需要看到带数字的列吗？ 这感觉像是底层信息，应该隐藏起来。 \[Fix Positions\] 按钮是多余的。 点击 \[Save Order\] 应该在保存前自动修正位置。 d…

---

## [Re-enabling Mobile View Tag Field](https://meta.discourse.org/t/re-enabling-mobile-view-tag-field/52952)

<div class="topic-metadata">

**Author:** [@Blumiere](https://meta.discourse.org/u/Blumiere)\
**回覆:** 9\
**Last updated:** [2018年七月24日 00:42 UTC](https://meta.discourse.org/t/re-enabling-mobile-view-tag-field/52952 "2018-07-24T00:42:20Z")

</div>

Sorry if this is the wrong category. I noticed here that tag entry on mobile view has been done but was suppressed due to space concerns. This feature is actually pretty critical to my use case (a Discord bot uses tag R…

---

## [难道一个分类不应该是所有子分类的母类吗？](https://meta.discourse.org/t/shouldnt-a-category-be-the-mother-of-all-subcategories/92954)

<div class="topic-metadata">

**Author:** [@Pad\_Pors](https://meta.discourse.org/u/Pad_Pors)\
**回覆:** 2\
**Last updated:** [2018年七月24日 00:01 UTC](https://meta.discourse.org/t/shouldnt-a-category-be-the-mother-of-all-subcategories/92954 "2018-07-24T00:01:26Z")

</div>

在 Discourse 中，一个分类与其子分类是完全独立的，尽管人们可能会设想它们之间有更紧密的关联或互联。 最令人头疼的两个情况是： 如果你在首页隐藏了某个分类，那么 none o…

---

## [iOS 和 Android 上未收到 Discourse 通知](https://meta.discourse.org/t/not-recieving-discourse-notifications-on-ios-and-android/92751)

<div class="topic-metadata">

**Author:** [@jakevaz423](https://meta.discourse.org/u/jakevaz423)\
**回覆:** 12\
**Last updated:** [2018年七月23日 22:23 UTC](https://meta.discourse.org/t/not-recieving-discourse-notifications-on-ios-and-android/92751 "2018-07-23T22:23:27Z")

</div>

你好！我最近没有在 iPhone 8 上收到 Discourse 的通知。当我询问我所加入的社区时，发现许多人——包括 iOS 和 Android 用户——都没有收到通知……

---

## [搜索拥有员工备注的用户](https://meta.discourse.org/t/search-for-users-that-have-staff-notes/92768)

<div class="topic-metadata">

**Author:** [@eatcodetravel](https://meta.discourse.org/u/eatcodetravel)\
**回覆:** 11\
**Last updated:** [2018年七月23日 20:04 UTC](https://meta.discourse.org/t/search-for-users-that-have-staff-notes/92768 "2018-07-23T20:04:39Z")

</div>

能否获取带有员工备注的用户列表？这对本展示很有用，可作为 /admin/users 的筛选条件。 谢谢！

---

## [与旧版 WordPress 的新讨论](https://meta.discourse.org/t/new-discourse-with-a-old-wordpress/92953)

<div class="topic-metadata">

**Author:** [@paulsky](https://meta.discourse.org/u/paulsky)\
**回覆:** 3\
**Last updated:** [2018年七月23日 19:33 UTC](https://meta.discourse.org/t/new-discourse-with-a-old-wordpress/92953 "2018-07-23T19:33:11Z")

</div>

所以我有一个已经运行了几年的 WordPress 网站，拥有多名会员。我正在考虑使用 Discourse 搭建论坛。Discourse 能否通过 WordPress 插件与我当前的 WordPress 会员系统协同工作？还是说需要……

---

## [无法在数据探索器插件中运行查询](https://meta.discourse.org/t/cant-run-query-in-data-explorer-plugin/92886)

<div class="topic-metadata">

**Author:** [@Sudaraka](https://meta.discourse.org/u/Sudaraka)\
**回覆:** 2\
**Last updated:** [2018年七月23日 18:16 UTC](https://meta.discourse.org/t/cant-run-query-in-data-explorer-plugin/92886 "2018-07-23T18:16:49Z")

</div>

我在本地开发环境中安装了数据探索插件。但我无法运行 @riking 提供的这个查询。 编辑： 我认为错误出在这一行

---

## [“热门话题”似乎不尊重日期选择器/范围设置](https://meta.discourse.org/t/top-trending-topics-doesnt-seem-to-honour-date-picker-ranges/92586)

<div class="topic-metadata">

**Author:** [@Mark\_Walkom](https://meta.discourse.org/u/Mark_Walkom)\
**回覆:** 10\
**Last updated:** [2018年七月23日 14:36 UTC](https://meta.discourse.org/t/top-trending-topics-doesnt-seem-to-honour-date-picker-ranges/92586 "2018-07-23T14:36:10Z")

</div>

您可以在管理页面更改“社区健康”报告的时间范围，这将更新所有图表。但“热门趋势话题”并不适用此设置，这显得有些脱节。我曾尝试过几种 A…

---

## [当邮件回复功能关闭时，应隐藏“通过邮件回复”徽章](https://meta.discourse.org/t/reply-by-email-badge-should-be-hidden-when-email-replies-are-turned-off/92894)

<div class="topic-metadata">

**Author:** [@tophee](https://meta.discourse.org/u/tophee)\
**回覆:** 6\
**Last updated:** [2018年七月23日 11:55 UTC](https://meta.discourse.org/t/reply-by-email-badge-should-be-hidden-when-email-replies-are-turned-off/92894 "2018-07-23T11:55:51Z")

</div>

我们刚刚遇到一位用户因看到论坛上的“首次邮件回复”徽章而产生误解，以为可以回复论坛发给他的邮件（尽管该功能目前仍处于关闭状态）。当他尝试…

---

## [限制特定组访问特定类别](https://meta.discourse.org/t/restricting-a-specific-group-to-a-specific-category/92883)

<div class="topic-metadata">

**Author:** [@DNSTARS](https://meta.discourse.org/u/DNSTARS)\
**回覆:** 4\
**Last updated:** [2018年七月23日 11:33 UTC](https://meta.discourse.org/t/restricting-a-specific-group-to-a-specific-category/92883 "2018-07-23T11:33:29Z")

</div>

在添加组权限限制与“所有人均可”（执行所有操作）时，权限会消失。这或许并不意外，因为已经存在一项权限声明：“所有人均可执行所有操作……"

---

## [Discourse 如何获取导入用户的完整姓名？](https://meta.discourse.org/t/how-does-discourse-get-full-names-of-imported-users/92916)

<div class="topic-metadata">

**Author:** [@mrded](https://meta.discourse.org/u/mrded)\
**回覆:** 3\
**Last updated:** [2018年七月23日 10:30 UTC](https://meta.discourse.org/t/how-does-discourse-get-full-names-of-imported-users/92916 "2018-07-23T10:30:14Z")

</div>

我们有一个用户数据库需要迁移到 Discourse。所有这些用户仅有电子邮件和随机用户名。 迁移后，我注意到大多数用户的 user.name 字段变成了真实的完整姓名。 因…

---

## [在关注类别中未收到私聊的新帖子通知](https://meta.discourse.org/t/new-post-notifications-not-received-for-whispers-in-watched-categories/89747)

<div class="topic-metadata">

**Author:** [@vinothkannans](https://meta.discourse.org/u/vinothkannans)\
**回覆:** 5\
**Last updated:** [2018年七月23日 09:22 UTC](https://meta.discourse.org/t/new-post-notifications-not-received-for-whispers-in-watched-categories/89747 "2018-07-23T09:22:40Z")

</div>

当某个分类被关注时，私聊回复不会触发通知。但私聊提及和对我帖子的直接回复能正确发送通知。

[上一頁](https://meta.discourse.org/latest.md?page=1523)

[下一頁](https://meta.discourse.org/latest.md?page=1525)
