We’re switching our forum over to operate on tag-pages. I just noticed that its not possible to pin a topic on a tag page (or at least it ignores standard pins).
Any solution to making a post stay at the top in tag-pages?
We’re switching our forum over to operate on tag-pages. I just noticed that its not possible to pin a topic on a tag page (or at least it ignores standard pins).
Any solution to making a post stay at the top in tag-pages?
We have categories to pin topic.
Tag-pages and categories are essentially different navigation systems. it makes sense to prioritise one to make things easier for users and leave the other as an advanced feature.
We chose tag-pages as it gives incredible flexibility for cross team collaboration. the issue is new users to the platform want to see pinned posts, like ‘getting started guide’, ‘introductions’, etc.
If we introduce new users to the platform using categories they are going to be confused, as the rest of their early interaction is built on navigating tag-pages.
我只是想提醒一下,分类通常会覆盖所有标签,而标签则用于标识每个用户的兴趣所在。以 Image.sc 为例,每个标签代表不同的软件或软件包,因此在其他标签下置顶关于 QuPath 或 CellProfiler 的话题是没有意义的。同时,当选择 FIJI 标签时,关于 FIJI 讲座的置顶公告甚至不会显示在顶部。
我觉得允许将主题固定到标签页面是有道理的,你怎么看 @eviltrout?
我觉得这是个不错的想法,但实施起来恐怕不容易。一个挑战在于,用于置顶主题的弹窗已经相当大了:
更棘手的是数据模型。目前,主题使用 pinned_at 和 pinned_until 来定义时间范围,这没问题;而 pinned_globally(布尔值)则决定置顶模式:为真表示全局置顶,为假表示在某个分类内置顶。
若要支持按标签进行置顶,我们需要迁移到类似 pinned_mode (globally|category|tag) 的结构。如果我们接受将主题置顶到它所属的每一个标签,这样或许可行;但我也在想,用户是否希望选择特定的标签进行置顶?如果是这样,我们可能还需要增加一个 pinned_tag 字段来处理这种情况。
你希望继续推进,并将其安排在未来的版本中发布吗?
说实话,倒也不是,但我无法否认允许标签页面置顶某个话题确实有其道理!
遗憾的是,这对 pr-welcome 标签来说过于复杂,所以我们暂时先搁置这个问题。
看起来 image.sc 论坛上的 @Curtis_Rueden 无意中找到了一个变通方案。他为每个标签创建了一个专门用于“标签:侧边栏”帖子的分类。
有一段时间,每个论坛都有一个仅针对该标签显示的已标记帖子(后来演变成了侧边栏?)。我不确定重现这一过程的具体步骤,但似乎利用现有工具是有可能创建针对特定标签的置顶帖子的。
我只是不太了解导致这种中间状态的后端机制,也不确定该中间状态是否真正稳定。因此,如果其他人也在寻找类似功能,这可能算是一个变通方案,也可能不算。
@microscopyra 在 Image.sc 论坛上,我们配置了 Discourse 标签侧边栏主题组件,具体方法如下:
这与将主题固定到特定标签视图的功能不同。不过,在浏览重要标签时能够在侧边栏看到相关信息,确实很方便。
是的,但在此过程中的一个中间步骤导致在每个标签下创建了一个被置顶的主题。如果只进行到那一步,确实可以存在一个置顶主题,对吧?
虽然置顶多个主题可能很有趣,但这也可能导致局面变得混乱,不如为每个标签只设置一个置顶帖子,让相关人员根据需要自行编辑。而且现在我和 Pete 已经获得了永久编辑权限,我们可以随时将该置顶帖子修改为任何必要的内容。
至少,这是我当时的想法。