# Top

**URL:** https://meta.discourse.org/top.md?f=tracked&page=40

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

**Page:** 41

---

## [@顶级域名重定向到www](https://meta.discourse.org/t/www/400583)

<div class="topic-metadata">

**Author:** [@Lxk520](https://meta.discourse.org/u/Lxk520)\
**回覆:** 6\
**Last updated:** [2026年四月16日 18:04 UTC](https://meta.discourse.org/t/www/400583 "2026-04-16T18:04:50Z")

</div>

使用 sudo 临时提权编辑app.yml cd /var/discourse sudo nano /containers/app.yml 编辑Discourse 的配置文件 app.yml 你只需要在 Discourse 的配置文件 app.yml 中进行设置，把主域名和别名关系确定下来： DISCOURSE\_HOSTNAME: 'www.discourse.cc' # 你的主域名（最终访问地址） DISCO…

---

## [允许 AI Persona/Agent 只回复 @提及，而不回复对其帖子的回复](https://meta.discourse.org/t/allow-ai-persona-agent-to-respond-only-to-mentions-not-to-replies-to-its-posts/399221)

<div class="topic-metadata">

**Author:** [@saurabhmithal](https://meta.discourse.org/u/saurabhmithal)\
**回覆:** 3\
**Last updated:** [2026年四月13日 15:23 UTC](https://meta.discourse.org/t/allow-ai-persona-agent-to-respond-only-to-mentions-not-to-replies-to-its-posts/399221 "2026-04-13T15:23:10Z")

</div>

当 AI 角色启用了“允许主题提及”时，它会在以下两种情况下进行回应： 当用户在帖子中 @ 提及机器人时 当用户回复机器人现有帖子之一时 我希望有一种方法可以限制...

---

## [解决1Panel部署的Discourse，所有用户ip显示为来自 Cloudflare，而不是用户的浏览器真实IP的问题](https://meta.discourse.org/t/1panel-discourse-ip-cloudflare-ip/402038)

<div class="topic-metadata">

**Author:** [@sniper756](https://meta.discourse.org/u/sniper756)\
**回覆:** 1\
**Last updated:** [2026年七月3日 14:33 UTC](https://meta.discourse.org/t/1panel-discourse-ip-cloudflare-ip/402038 "2026-07-03T14:33:02Z")

</div>

我在VPS上安装了1Panel，安装了Discourse（容器部署），使用OpenResty（容器部署）进行了反向代理。域名托管在Cloudflare，并开启了cdn小黄云，以下是解决用户IP显示为来自 Cloudflare，而不是用户的浏览器IP的问题。 一、在1Panel中创建计划任务，每周下载最新的Cloudflare ip列表，并保存到Openresty的配置目录。 在 1Panel 左侧菜单栏点击 “计划任务”。 …

---

## [切换头部下拉菜单中的界面语言时，重置原始内容偏好设置是否为预期行为](https://meta.discourse.org/t/is-resetting-the-original-content-preference-when-switching-interface-language-in-the-header-dropdown-intended/406258)

<div class="topic-metadata">

**Author:** [@Moin](https://meta.discourse.org/u/Moin)\
**回覆:** 1\
**Last updated:** [2026年八月10日 08:53 UTC](https://meta.discourse.org/t/is-resetting-the-original-content-preference-when-switching-interface-language-in-the-header-dropdown-intended/406258 "2026-08-10T08:53:06Z")

</div>

标题栏中的语言下拉菜单会重置“显示原始内容而非翻译内容”的偏好设置。这是预期行为吗？这让我感到困惑。我原本以为它只会调整界面语言。 复现步骤： 启用“显示原始内容”偏好设置——别忘了保存更改。 重新加载页面，并在偏好设置中选择另一种语言——同样需要保存。 再次重新加载：预期和实际结果： 显示原始内容的复选框仍处于选中状态。 使用标题栏中的下拉菜单更改界面语言。 预期结果： 显示原始内容的复选框仍保持选中状态。 实际结果： …

---

## [是不是缺少了什么？](https://meta.discourse.org/t/is-something-missing/392128)

<div class="topic-metadata">

**Author:** [@Salocin](https://meta.discourse.org/u/Salocin)\
**回覆:** 2\
**Last updated:** [2025年十二月25日 21:30 UTC](https://meta.discourse.org/t/is-something-missing/392128 "2025-12-25T21:30:43Z")

</div>

他的标签前面应该有什么吗？也许是一个图标？ 已完成、已修复、官方

---

## [什么时候支持使用 wsl 容器部署 Discourse 开发环境？](https://meta.discourse.org/t/wsl-discourse/406743)

<div class="topic-metadata">

**Author:** [@AkarinLiu](https://meta.discourse.org/u/AkarinLiu)\
**回覆:** 2\
**Last updated:** [2026年七月4日 10:22 UTC](https://meta.discourse.org/t/wsl-discourse/406743 "2026-07-04T10:22:11Z")

</div>

最近微软推出了 WSL 容器，我的电脑安装了 Docker Desktop 和 WSL ，但是在 Windows 上开发 Discourse 插件或主题必须依赖 Docker。有了这个就可以不依赖 Docker 了，不知道什么时候支持 WSL 容器安装 Discourse？

---

## [根据给定标准（如时间戳）移动主题的系统创建](https://meta.discourse.org/t/creating-a-system-to-move-topics-based-on-given-criteria-such-as-a-timestamp/397384)

<div class="topic-metadata">

**Author:** [@jdc20181](https://meta.discourse.org/u/jdc20181)\
**回覆:** 6\
**Last updated:** [2026年三月3日 03:23 UTC](https://meta.discourse.org/t/creating-a-system-to-move-topics-based-on-given-criteria-such-as-a-timestamp/397384 "2026-03-03T03:23:08Z")

</div>

参考 AI 机器人集成，请参阅 Discourse AI - AI bot - Documentation / Site Management - Discourse Meta 额外说明/编辑：我是自托管的 简短版本（如果您不想阅读整个故事）：我想使用……

---

## [无法在 try.discourse.org 使用邮箱+密码凭据激活账户](https://meta.discourse.org/t/unable-to-activate-account-on-try-discourse-org-using-email-password-credentials/407760)

<div class="topic-metadata">

**Author:** [@per1234](https://meta.discourse.org/u/per1234)\
**回覆:** 1\
**Last updated:** [2026年七月16日 04:46 UTC](https://meta.discourse.org/t/unable-to-activate-account-on-try-discourse-org-using-email-password-credentials/407760 "2026-07-16T04:46:51Z")

</div>

Discourse 在 try.discourse.org 提供了一个演示论坛。这可以作为某种“沙盒”，用于在专为测试和实验而设的纯净 Discourse 实例中进行操作。 该论坛每天（曾经？）重置，这意味着…

---

## [管理员界面中“新功能”下看不到实验性功能错误](https://meta.discourse.org/t/error-seeing-experimental-features-in-admin-whats-new/395891)

<div class="topic-metadata">

**Author:** [@ondrej](https://meta.discourse.org/u/ondrej)\
**回覆:** 5\
**Last updated:** [2026年二月16日 00:59 UTC](https://meta.discourse.org/t/error-seeing-experimental-features-in-admin-whats-new/395891 "2026-02-16T00:59:20Z")

</div>

在“Admin”（管理员）\> “What's New”（新功能）中，如果我只想查看实验性功能，则会显示错误。但是，如果您转到管理侧边栏中的“Upcoming Changes”（即将进行的更改）选项卡，可以看到实验性功能。

---

## [翻译资源和语言主题链接](https://meta.discourse.org/t/links-to-translation-resources-and-language-topics/397558)

<div class="topic-metadata">

**Author:** [@Moin](https://meta.discourse.org/u/Moin)\
**回覆:** 0\
**Last updated:** [2026年三月3日 17:48 UTC](https://meta.discourse.org/t/links-to-translation-resources-and-language-topics/397558 "2026-03-03T17:48:07Z")

</div>

翻译人员信息目前分散在 Meta 上的不同类别中。 此主题将有用的资源和讨论集中在一个地方，以便于查找相关信息。 一般信息……

---

## [当观察徽章接收排行榜时，长名称会渲染在相邻用户的头像后面，或覆盖其名称](https://meta.discourse.org/t/long-names-render-behind-adjacent-users-avatars-or-over-their-names-when-observing-badge-receipt-leaderboards/396152)

<div class="topic-metadata">

**Author:** [@roke\_julian\_lockhart](https://meta.discourse.org/u/roke_julian_lockhart)\
**回覆:** 1\
**Last updated:** [2026年二月18日 00:40 UTC](https://meta.discourse.org/t/long-names-render-behind-adjacent-users-avatars-or-over-their-names-when-observing-badge-receipt-leaderboards/396152 "2026-02-18T00:40:14Z")

</div>

当页面宽度不受限制时，它会渲染在相邻头像的后面： 当页面宽度受限时，它会渲染在相邻名称的上面：

---

## [当解析值为 false 时，\`user\_in\_X\` 主题设置支持的后备机制失败](https://meta.discourse.org/t/fallback-for-user-in-x-theme-setting-support-fails-when-resolved-value-is-false/408524)

<div class="topic-metadata">

**Author:** [@Moin](https://meta.discourse.org/u/Moin)\
**回覆:** 2\
**Last updated:** [2026年七月27日 01:53 UTC](https://meta.discourse.org/t/fallback-for-user-in-x-theme-setting-support-fails-when-resolved-value-is-false/408524 "2026-07-27T01:53:28Z")

</div>

我刚刚试了一下，但在测试时似乎发现了一个问题： 如果用户不属于任何允许的组，新的 \`user\_in\_copy\_button\_allowed\_groups\` 检查不会返回结果。因此，用于 fo… 的备用代码

---

## [任意一个类别标签选择“无标签”后，切换类别，页面报错提示：糟糕！该页面不存在或者是一个不公开页面。](https://meta.discourse.org/t/topic/402545)

<div class="topic-metadata">

**Author:** [@哈基米曼波](https://meta.discourse.org/u/%E5%93%88%E5%9F%BA%E7%B1%B3%E6%9B%BC%E6%B3%A2)\
**回覆:** 2\
**Last updated:** [2026年五月11日 18:51 UTC](https://meta.discourse.org/t/topic/402545 "2026-05-11T18:51:07Z")

</div>

任意一个类别标签选择"无标签"后，切换类别，页面报错提示：糟糕！该页面不存在或者是一个不公开页面。

---

## [webcal URL 被错误地传递到 Google Calendar 的日历名称字段](https://meta.discourse.org/t/the-webcal-url-is-incorrectly-passed-to-the-calendar-name-field-in-google-calendar/400167)

<div class="topic-metadata">

**Author:** [@nathank](https://meta.discourse.org/u/nathank)\
**回覆:** 7\
**Last updated:** [2026年四月8日 21:14 UTC](https://meta.discourse.org/t/the-webcal-url-is-incorrectly-passed-to-the-calendar-name-field-in-google-calendar/400167 "2026-04-08T21:14:44Z")

</div>

这是关于新功能 https://meta.discourse.org/t/calendar-subscription-urls-for-external-calendar-apps/398902 的讨论。 我注意到，当我将 URL 添加到 Google 日历时，该 URL 会被发布到 URL 字段……

---

## [Switch/toggle 按钮对 RTL 语言不正确](https://meta.discourse.org/t/switch-toggle-buttons-not-correct-for-rtl-languages/384634)

<div class="topic-metadata">

**Author:** [@discojan](https://meta.discourse.org/u/discojan)\
**回覆:** 7\
**Last updated:** [2026年二月5日 18:14 UTC](https://meta.discourse.org/t/switch-toggle-buttons-not-correct-for-rtl-languages/384634 "2026-02-05T18:14:46Z")

</div>

这是它的样子 它应该被还原，目前它与从左到右（LTR）相同 这是使用 Material 应该有的样子。

---

## [IME 输入法：回车键触发发送消息而非确认输入](https://meta.discourse.org/t/ime-composition-enter-key-triggers-message-send-instead-of-confirming-input/385840)

<div class="topic-metadata">

**Author:** [@TethysPlex](https://meta.discourse.org/u/TethysPlex)\
**回覆:** 3\
**Last updated:** [2025年十月16日 14:53 UTC](https://meta.discourse.org/t/ime-composition-enter-key-triggers-message-send-instead-of-confirming-input/385840 "2025-10-16T14:53:54Z")

</div>

当使用中文输入法编辑器（IME）输入英文字符时（例如，在不关闭输入法的情况下输入单词），会出现一个 bug。通常情况下，按 Enter 键意味着“不选择任何候选词，直接输入……”

---

## [葡萄牙语翻译无法正确执行 Markdown](https://meta.discourse.org/t/traducao-para-portugues-nao-executa-o-markdown-corretamente/401269)

<div class="topic-metadata">

**Author:** [@eisammy](https://meta.discourse.org/u/eisammy)\
**回覆:** 1\
**Last updated:** [2026年四月22日 16:30 UTC](https://meta.discourse.org/t/traducao-para-portugues-nao-executa-o-markdown-corretamente/401269 "2026-04-22T16:30:49Z")

</div>

我注意到某些主题，特别是那些标记为 Customization \> Theme component 和 Customization \> Plugin 的主题，在自动翻译中未能正确显示。

---

## [如何设置不存在的页面重定向](https://meta.discourse.org/t/how-to-make-a-redirect-from-non-existent-pages/402807)

<div class="topic-metadata">

**Author:** [@Vsekraski](https://meta.discourse.org/u/Vsekraski)\
**回覆:** 3\
**Last updated:** [2026年五月13日 08:55 UTC](https://meta.discourse.org/t/how-to-make-a-redirect-from-non-existent-pages/402807 "2026-05-13T08:55:44Z")

</div>

当用户访问不存在的页面时，会显示错误提示：“错误。该页面不存在或已对公众隐藏。”是否可以将用户从这些页面重定向到目标页面？

---

## [最佳的 Discourse 托管网站？](https://meta.discourse.org/t/best-hosting-sites-for-discourse/393411)

<div class="topic-metadata">

**Author:** [@westes](https://meta.discourse.org/u/westes)\
**回覆:** 1\
**Last updated:** [2026年一月14日 07:27 UTC](https://meta.discourse.org/t/best-hosting-sites-for-discourse/393411 "2026-01-14T07:27:14Z")

</div>

我正在研究运行自己的云服务器以学习 Discourse 的基础知识。鉴于我的 UNIX 管理技能仅够我自己“上吊”，我想对我的选择有一个宏观的了解。首先，最好的托管……

---

## [功能请求：仅限主题创作者的AI自动化](https://meta.discourse.org/t/feature-request-ai-automation-for-topic-creators-only/393157)

<div class="topic-metadata">

**Author:** [@kuaza](https://meta.discourse.org/u/kuaza)\
**回覆:** 0\
**Last updated:** [2026年一月10日 22:16 UTC](https://meta.discourse.org/t/feature-request-ai-automation-for-topic-creators-only/393157 "2026-01-10T22:16:06Z")

</div>

我正在使用自动化插件中的“AI 驱动的自动回复生成”功能，我希望此功能在给定线程中的所有回复中触发，但仅针对原始的 a…

---

## [自动解决已删除帖子的标记：我错过了什么？](https://meta.discourse.org/t/auto-resolving-flags-on-deleted-posts-am-i-missing-something/392236)

<div class="topic-metadata">

**Author:** [@Moin](https://meta.discourse.org/u/Moin)\
**回覆:** 2\
**Last updated:** [2026年四月7日 16:36 UTC](https://meta.discourse.org/t/auto-resolving-flags-on-deleted-posts-am-i-missing-something/392236 "2026-04-07T16:36:38Z")

</div>

我有一个关于最近更改的问题，即被标记的帖子如果被作者删除，会自动标记为已解决，而无需工作人员审核。我希望是我误解了关于这个……

---

## [导入的类别不在父类别中](https://meta.discourse.org/t/imported-categories-are-not-in-parent-category/387858)

<div class="topic-metadata">

**Author:** [@AudeF](https://meta.discourse.org/u/AudeF)\
**回覆:** 4\
**Last updated:** [2025年十二月5日 08:54 UTC](https://meta.discourse.org/t/imported-categories-are-not-in-parent-category/387858 "2025-12-05T08:54:08Z")

</div>

大家好！ 我正在尝试复制一个分类的结构（将所有子分类从旧版本 26 复制到新版本 27）。 我正在做的是： 我创建了我的新分类 27，并记下了它的 ID 我导出了一个包含……的 JSON

---

## [德语上传文本比图片占位符宽](https://meta.discourse.org/t/german-upload-text-is-wider-than-the-image-placeholder/398782)

<div class="topic-metadata">

**Author:** [@Moin](https://meta.discourse.org/u/Moin)\
**回覆:** 2\
**Last updated:** [2026年三月19日 09:34 UTC](https://meta.discourse.org/t/german-upload-text-is-wider-than-the-image-placeholder/398782 "2026-03-19T09:34:34Z")

</div>

“Click to upload or drag & drop file” 的德语翻译比英文文本稍长，目前比图像占位符更宽。是否可以在其中添加换行符？ 在 /ad... 截取的屏幕截图

---

## [在 JavaScript 的 \`User\` 模型中弃用 \`user.groups\`](https://meta.discourse.org/t/deprecating-the-user-of-user-groups-in-the-user-model-in-javascript/411124)

<div class="topic-metadata">

**Author:** [@martin](https://meta.discourse.org/u/martin)\
**回覆:** 5\
**Last updated:** [2026年八月31日 01:12 UTC](https://meta.discourse.org/t/deprecating-the-user-of-user-groups-in-the-user-model-in-javascript/411124 "2026-08-31T01:12:56Z")

</div>

这与 The road to stable, then permanent, for granular\_anonymous\_and\_logged\_in\_groups\_permissions 和 Granular group-based permissions for anonymous and logged in users 这两个主题都有关。 在核心代码以及许多主题和插件中，以下这种模式已经变得相当常见： const groupI…

---

## [在 discovery-list-container-top Outlet 上方渲染一个帖子](https://meta.discourse.org/t/render-a-post-above-the-discovery-list-container-top-outlet/394270)

<div class="topic-metadata">

**Author:** [@Andrew\_Rowe](https://meta.discourse.org/u/Andrew_Rowe)\
**回覆:** 7\
**Last updated:** [2026年一月25日 19:11 UTC](https://meta.discourse.org/t/render-a-post-above-the-discovery-list-container-top-outlet/394270 "2026-01-25T19:11:02Z")

</div>

抱歉，我是这方面的新手 我使用 ask discourse 询问了： 我想在一个主题中，在 discovery-list-container-top 区域的列表上方渲染来自上面两个主题的第一篇帖子 它给了我几个版本，让我……

---

## [功能请求：改进 Discourse AI LLM 设置（模型发现）并添加 AI 配置导入/导出](https://meta.discourse.org/t/feature-request-improve-discourse-ai-llm-setup-model-discovery-and-add-ai-config-import-export/394359)

<div class="topic-metadata">

**Author:** [@tom\_eric](https://meta.discourse.org/u/tom_eric)\
**回覆:** 0\
**Last updated:** [2026年一月26日 18:25 UTC](https://meta.discourse.org/t/feature-request-improve-discourse-ai-llm-setup-model-discovery-and-add-ai-config-import-export/394359 "2026-01-26T18:25:30Z")

</div>

您好，Discourse 团队和社区， 首先，感谢您在 Discourse AI 方面持续的努力。其功能集令人印象深刻，并且显然正在快速发展。 我想提出两项 UX/管理员改进，它们将显著……

---

## [使用 S3 CDN 上传时的异地备份](https://meta.discourse.org/t/off-site-backup-when-using-s3-cdn-for-uploads/391736)

<div class="topic-metadata">

**Author:** [@Overgrow](https://meta.discourse.org/u/Overgrow)\
**回覆:** 5\
**Last updated:** [2025年十二月19日 14:52 UTC](https://meta.discourse.org/t/off-site-backup-when-using-s3-cdn-for-uploads/391736 "2025-12-19T14:52:51Z")

</div>

对于那些使用 S3 CDN 进行上传的用户，除了仅依赖 CDN 之外，你们采用哪些方法来维护文件的异地备份？我对大家的备份策略和任何替代方案很感兴趣……

---

## [即使主题被移至需要 TL 权限的版块，作者也应能在其中互动](https://meta.discourse.org/t/users-should-be-able-to-interact-in-threads-they-authored-even-if-moved-to-tl-gated-categories/411034)

<div class="topic-metadata">

**Author:** [@KiaraGrouwstra](https://meta.discourse.org/u/KiaraGrouwstra)\
**回覆:** 1\
**Last updated:** [2026年八月27日 16:15 UTC](https://meta.discourse.org/t/users-should-be-able-to-interact-in-threads-they-authored-even-if-moved-to-tl-gated-categories/411034 "2026-08-27T16:15:16Z")

</div>

参见：https://discourse.nixos.org/t/inx-container-run-nixos-container-on-nixos-host-with-shared-nix-store-using-incus/79759/3 请注意，此方案可能存在边缘情况——如果某个类别受保护，其目的是……

---

## [哪些版本的 AWS Aurora Postgres 受支持？](https://meta.discourse.org/t/which-versions-of-aws-aurora-postgres-are-supported/393871)

<div class="topic-metadata">

**Author:** [@stevejr](https://meta.discourse.org/u/stevejr)\
**回覆:** 1\
**Last updated:** [2026年一月20日 11:42 UTC](https://meta.discourse.org/t/which-versions-of-aws-aurora-postgres-are-supported/393871 "2026-01-20T11:42:30Z")

</div>

您好， 根据官方的独立 Postgres 安装文档，Postgres v13 是受支持的，但更高版本可能工作也可能不工作。这份文档相当旧了，所以不确定这个说法是否仍然正确。 鉴于 AWS 的 V13……

---

## [URL 组合器模板](https://meta.discourse.org/t/url-composer-templates/389546)

<div class="topic-metadata">

**Author:** [@Drew-ART](https://meta.discourse.org/u/Drew-ART)\
**回覆:** 4\
**Last updated:** [2025年十二月2日 05:18 UTC](https://meta.discourse.org/t/url-composer-templates/389546 "2025-12-02T05:18:04Z")

</div>

关于使用 Composer 模板来处理标签的讨论有很多。这在我的用例中不起作用，所以我构建了这个来代替。它可以在紧要关头用于此目的，稍作修改也可以用于标签，或者如果您添加……

---

## [更改子域名/域名会带来多大程度的麻烦？](https://meta.discourse.org/t/how-much-does-changing-the-subdomain-domain-break-things/391269)

<div class="topic-metadata">

**Author:** [@stephtara](https://meta.discourse.org/u/stephtara)\
**回覆:** 4\
**Last updated:** [2025年十二月14日 16:32 UTC](https://meta.discourse.org/t/how-much-does-changing-the-subdomain-domain-break-things/391269 "2025-12-14T16:32:34Z")

</div>

我已经设置了 Discourse，但它还没有在最终上线的域名/子域名上。我仍在考虑子域名的选择。现在我开始配置一些东西，我想知道更改域名/子...

---

## [更换服务商后邮件回复问题](https://meta.discourse.org/t/email-reply-issues-after-provider-change/388309)

<div class="topic-metadata">

**Author:** [@codev](https://meta.discourse.org/u/codev)\
**回覆:** 6\
**Last updated:** [2025年十一月24日 14:36 UTC](https://meta.discourse.org/t/email-reply-issues-after-provider-change/388309 "2025-11-24T14:36:36Z")

</div>

我以前使用电子邮件回复，效果很好，但我现在管理的慈善机构更换了电子邮件提供商，不再支持 POP，因此电子邮件回复已停止工作。我已经关闭了它，但是……

---

## [多实例活动备份 + 统一多站点Discourse阅读器](https://meta.discourse.org/t/multi-instance-activity-backup-unified-multi-site-discourse-reader/390436)

<div class="topic-metadata">

**Author:** [@tom\_eric](https://meta.discourse.org/u/tom_eric)\
**回覆:** 8\
**Last updated:** [2026年二月3日 03:24 UTC](https://meta.discourse.org/t/multi-instance-activity-backup-unified-multi-site-discourse-reader/390436 "2026-02-03T03:24:13Z")

</div>

嗨，团队， 我正在运行我自己的自托管 Discourse 实例，并且也活跃在几个其他的 Discourse 社区中。我希望请求（或至少讨论）两个目前感觉难以解决的相关功能……

---

## [如何将 Notion 嵌入 Discourse](https://meta.discourse.org/t/how-to-embed-notion-to-discourse/386618)

<div class="topic-metadata">

**Author:** [@Aron\_Kipkorir](https://meta.discourse.org/u/Aron_Kipkorir)\
**回覆:** 5\
**Last updated:** [2025年十一月20日 20:40 UTC](https://meta.discourse.org/t/how-to-embed-notion-to-discourse/386618 "2025-11-20T20:40:04Z")

</div>

我正在寻找有关如何将 Notion 页面嵌入 Discourse 的建议。 我已将 Notion 页面设为公开，生成了 iframe 并将其粘贴到 Discourse 中，但没有任何反应。有人尝试过我正在尝试的事情吗……

---

## [日历/事件 ICS 导出：使用 TZID=Europe/Berlin 导入 Outlook 时时间错误（+1 小时）](https://meta.discourse.org/t/calendar-event-ics-export-wrong-time-1-h-when-importing-into-outlook-with-tzid-europe-berlin/409797)

<div class="topic-metadata">

**Author:** [@Michael\_D](https://meta.discourse.org/u/Michael_D)\
**回覆:** 6\
**Last updated:** [2026年九月15日 15:08 UTC](https://meta.discourse.org/t/calendar-event-ics-export-wrong-time-1-h-when-importing-into-outlook-with-tzid-europe-berlin/409797 "2026-09-15T15:08:54Z")

</div>

版本：Discourse 2026.1.5 (ESR)，discourse-calendar 插件 摘要 使用指定时区（timezone="Europe/Berlin" 且 showLocalTime="true"）创建的新事件，在下载 .ics 文件时显示的时间会快 1 小…

---

## [更改主登陆页面上的宣传横幅](https://meta.discourse.org/t/changing-call-out-banner-on-main-landing-page/394566)

<div class="topic-metadata">

**Author:** [@ruggy\_joesten](https://meta.discourse.org/u/ruggy_joesten)\
**回覆:** 2\
**Last updated:** [2026年一月28日 21:08 UTC](https://meta.discourse.org/t/changing-call-out-banner-on-main-landing-page/394566 "2026-01-28T21:08:45Z")

</div>

您好！ 我一直在搜索，但不确定我是否找到了关于如何更改页面顶部 CTA（见图）的正确资源。我觉得这应该是一个简单的修复，所以如果有人知道快速简便的方法……

---

## [阿拉伯语搜索规范化：缺少对 Hamza 变体、Ya/Kaf 形式和拼写等效性的支持](https://meta.discourse.org/t/arabic-search-normalization-missing-support-for-hamza-variants-ya-kaf-forms-and-orthographic-equivalence/384253)

<div class="topic-metadata">

**Author:** [@serkhelesheyi](https://meta.discourse.org/u/serkhelesheyi)\
**回覆:** 6\
**Last updated:** [2025年十月2日 07:31 UTC](https://meta.discourse.org/t/arabic-search-normalization-missing-support-for-hamza-variants-ya-kaf-forms-and-orthographic-equivalence/384253 "2025-10-02T07:31:45Z")

</div>

您好，Discourse 团队， 我们正在运行一个多语言论坛，其中包含大量的阿拉伯语和波斯语内容，并且在与阿拉伯语拼写规范化相关的搜索功能方面遇到了一个关键限制……

---

## [解决 Discourse 与 Ghost 评论集成的问题](https://meta.discourse.org/t/troubleshooting-the-discourse-on-ghost-commenting-integration/401282)

<div class="topic-metadata">

**Author:** [@stromfeldt](https://meta.discourse.org/u/stromfeldt)\
**回覆:** 2\
**Last updated:** [2026年四月21日 02:09 UTC](https://meta.discourse.org/t/troubleshooting-the-discourse-on-ghost-commenting-integration/401282 "2026-04-21T02:09:55Z")

</div>

非常感谢！新的设置确实让 Discourse 成为了一个合法的评论系统，尤其适用于将多个聚合博客的评论系统整合到一个论坛系统中。就此而言……

---

## [Discourse 聊天：添加按类别分组多个频道的选项以改善组织](https://meta.discourse.org/t/discourse-chat-add-ability-to-group-multiple-channels-into-categories-for-improved-organization/391057)

<div class="topic-metadata">

**Author:** [@smallmirrorkey](https://meta.discourse.org/u/smallmirrorkey)\
**回覆:** 4\
**Last updated:** [2026年九月8日 06:29 UTC](https://meta.discourse.org/t/discourse-chat-add-ability-to-group-multiple-channels-into-categories-for-improved-organization/391057 "2026-09-08T06:29:40Z")

</div>

功能请求：添加将多个频道分组到“类别”中的功能，以便随着频道数量的增加来组织频道。这可以由服务器端或用户端配置（类似于 Mattermost 存储类别的方式……

---

## [新的报告类型 - 用户自我参与报告](https://meta.discourse.org/t/new-report-type-user-self-engagement-report/398148)

<div class="topic-metadata">

**Author:** [@Paul\_King](https://meta.discourse.org/u/Paul_King)\
**回覆:** 1\
**Last updated:** [2026年四月1日 07:03 UTC](https://meta.discourse.org/t/new-report-type-user-self-engagement-report/398148 "2026-04-01T07:03:26Z")

</div>

处于专业角色（建筑师、医生、律师、教师、会计师等）的用户可以从生成报告中受益，该报告总结并描述了他们与论坛、特定子论坛或会...

---

## [在禁用反应的网站上出现双重点赞](https://meta.discourse.org/t/double-likes-showing-up-for-reactions-disabled-sites/407044)

<div class="topic-metadata">

**Author:** [@Tradegood](https://meta.discourse.org/u/Tradegood)\
**回覆:** 3\
**Last updated:** [2026年七月8日 06:15 UTC](https://meta.discourse.org/t/double-likes-showing-up-for-reactions-disabled-sites/407044 "2026-07-08T06:15:16Z")

</div>

你好 - 今天注意到我们的网站上再次出现了双重点赞的问题，而我们的站点禁用了反应功能，只保留了点赞按钮。 这个问题几个月前出现过，当时有一个临时解决方案，但似乎最近的更新影响了这一点。以下是原始讨论帖： 谢谢

---

## [为什么没有人开发一个开源的Android app](https://meta.discourse.org/t/android-app/400947)

<div class="topic-metadata">

**Author:** [@Lxk520](https://meta.discourse.org/u/Lxk520)\
**回覆:** 3\
**Last updated:** [2026年四月18日 08:04 UTC](https://meta.discourse.org/t/android-app/400947 "2026-04-18T08:04:57Z")

</div>

为什么没有人开发一个开源的Android app

---

## [能否通过 iframe 将 Discourse 嵌入 Salesforce Community（Experience Cloud 站点）？如果可以，具体如何操作？](https://meta.discourse.org/t/is-it-possible-to-embed-discourse-into-a-salesforce-community-experience-cloud-site-using-an-iframe-if-yes-how/402712)

<div class="topic-metadata">

**Author:** [@Pavel\_Kravets](https://meta.discourse.org/u/Pavel_Kravets)\
**回覆:** 1\
**Last updated:** [2026年五月12日 15:48 UTC](https://meta.discourse.org/t/is-it-possible-to-embed-discourse-into-a-salesforce-community-experience-cloud-site-using-an-iframe-if-yes-how/402712 "2026-05-12T15:48:53Z")

</div>

我使用的是商业试用版，并参考了这篇文章。LWC 被用作 Discourse 的包装器。由于 LWC 不允许在 HTML 标记中添加 和 标签，我从 myDiscou… 下载了 JavaScript 库。

---

## [如何制作帖子横幅](https://meta.discourse.org/t/how-to-make-a-banner-post/405840)

<div class="topic-metadata">

**Author:** [@Jonathan5](https://meta.discourse.org/u/Jonathan5)\
**回覆:** 7\
**Last updated:** [2026年六月23日 18:33 UTC](https://meta.discourse.org/t/how-to-make-a-banner-post/405840 "2026-06-23T18:33:08Z")

</div>

我确信以前是可以发布一种可关闭的“横幅”帖子，它会显示在每个页面的顶部。我现在看到有一个欢迎横幅的选项，里面还带有一个搜索栏。这是不是取代了之前的……

---

## [管理账户确认页面上出现页面加载指示器](https://meta.discourse.org/t/page-loading-indicator-appears-on-admin-account-confirmation-page/396543)

<div class="topic-metadata">

**Author:** [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)\
**回覆:** 2\
**Last updated:** [2026年二月19日 23:19 UTC](https://meta.discourse.org/t/page-loading-indicator-appears-on-admin-account-confirmation-page/396543 "2026-02-19T23:19:11Z")

</div>

在启动一个新的自托管站点时，我看到三个绿点页面加载指示器在一个奇怪的位置冻结不动，就在“欢迎使用 Discourse！”标题的正上方。请看截图。

---

## [如果主题标题已更改，电子邮件回复是否会被拒绝？](https://meta.discourse.org/t/do-email-replies-get-rejected-if-the-topic-title-has-since-been-changed/387318)

<div class="topic-metadata">

**Author:** [@Jonathan5](https://meta.discourse.org/u/Jonathan5)\
**回覆:** 4\
**Last updated:** [2025年十一月2日 08:24 UTC](https://meta.discourse.org/t/do-email-replies-get-rejected-if-the-topic-title-has-since-been-changed/387318 "2025-11-02T08:24:38Z")

</div>

我正在查看一些 \`/admin/email-logs/rejected\` 日志，虽然我只看了一部分，但有些被拒绝的邮件是对已更改主题标题的主题的回复。这可能是原因吗？

---

## [Cakeday 插件在 Meta 上被禁用](https://meta.discourse.org/t/cakeday-plugin-disabled/389830)

<div class="topic-metadata">

**Author:** [@Moin](https://meta.discourse.org/u/Moin)\
**回覆:** 6\
**Last updated:** [2025年十二月1日 17:37 UTC](https://meta.discourse.org/t/cakeday-plugin-disabled/389830 "2025-12-01T17:37:50Z")

</div>

我只是好奇：这里停用 cakeday 插件是否有具体原因？

---

## [能否用另一个 Discourse 论坛作为模板来创建我的 Discourse 论坛？](https://meta.discourse.org/t/create-my-discourse-forum-using-another-discourse-forum-as-a-template/410850)

<div class="topic-metadata">

**Author:** [@wsmather](https://meta.discourse.org/u/wsmather)\
**回覆:** 6\
**Last updated:** [2026年八月25日 05:17 UTC](https://meta.discourse.org/t/create-my-discourse-forum-using-another-discourse-forum-as-a-template/410850 "2026-08-25T05:17:59Z")

</div>

我能否使用另一个现有的 Discourse 论坛作为模板来创建自己的 Discourse 论坛？

---

## [TLS 证书过期](https://meta.discourse.org/t/tls-cert-expiry/387243)

<div class="topic-metadata">

**Author:** [@fuse](https://meta.discourse.org/u/fuse)\
**回覆:** 2\
**Last updated:** [2025年十月31日 19:55 UTC](https://meta.discourse.org/t/tls-cert-expiry/387243 "2025-10-31T19:55:06Z")

</div>

我搜索了历史记录，没有找到任何最近的记录。 如果我错过了什么，那是我的责任。 简而言之，手动更新 discourse 和重启服务器解决了问题。 用户报告安全证书已过期……

---

## [主题列表显示为德语（DE），但包含一个未翻译的德语（DE）主题](https://meta.discourse.org/t/topic-list-is-shown-in-a-language-de-but-has-one-de-topic-not-translated/400209)

<div class="topic-metadata">

**Author:** [@GrahamM](https://meta.discourse.org/u/GrahamM)\
**回覆:** 8\
**Last updated:** [2026年四月21日 10:04 UTC](https://meta.discourse.org/t/topic-list-is-shown-in-a-language-de-but-has-one-de-topic-not-translated/400209 "2026-04-21T10:04:02Z")

</div>

你好， 我在 Discourse 安装中遇到了关于自动 AI 翻译的问题。 当前设置： 自动 AI 翻译已启用，通常运行良好 默认语言：英语 其他语言…

[上一頁](https://meta.discourse.org/top.md?f=tracked&page=39&per_page=50)

[下一頁](https://meta.discourse.org/top.md?f=tracked&page=41&per_page=50)
