帖子总数而非月均帖子数

需要显示总帖子数而不是每月的/每周的帖子数
我们是否有任何选项可以从后端设置此选项


.

1 个赞

如果您查看 https://meta.discourse.org/categories.json,您会看到类似这样的内容:

category_list: {
can_create_category: false,
can_create_topic: true,
categories: [
{
id: 67,
name: "announcements",
color: "ED207B",
text_color: "FFFFFF",
slug: "announcements",
topic_count: 289,
post_count: 3693,
position: 0,

因此,您需要的数据就在那里。

如果您安装了 https://meta.discourse.org/t/plugin-outlet-locations-theme-component/100673,您可以看到在哪里轻松插入新信息:

替换主题对我来说(至少对我而言)并不容易。如果您可以接受将其放在 below-category-title-link 中,您可以在主题组件中做到这一点。我猜可以通过一些 JavaScript 技巧来重写数字。

3 个赞

FKB Pro 主题是否有相同选项?我找不到 UI 中的选项。

FKB Pro - Social theme