Users add tags to replies?

Is it possible to allow users to add tags to replies?

The basic tag implementation seems to be that the topic creator adds tags to the topics, and those tags can only be changed in the first post of the topic. Is it possible to allow users to add additional tags per reply?

(so, basically, an ability to add tags in a reply just like a user can add tags in the first post)

In my case, it can occur where users say something in their replies that is related to the topic, but also relates to other subjects. So it would be helpful for the users to later be able to search by subject (ie, tags), and find those replies.

If its not currently available (which maybe its not), wondering how hard it would be to implement–if not too bad, I might post to marketplace for it.

4 个赞

No, this isn’t currently possible, though trust level 3 users can add tags to other people’s questions, so a social solution of encouraging your regular members to do that might be enough.

6 个赞

Thanks. A key use case is actually the topic creator adding tags on a per reply basis. So it’s important for the tags to be specifically tied to the replies.

2 个赞

No this is not possible, nor is it planned for any time in the forseeable future.

4 个赞

如果我可以提供一个添加它的理由:
我们有一个主题,比如说所有的诗歌,而不是为每首诗歌设置多个主题。以及许多其他单一主题,用于多个回复/帖子。
当然,每个回复的诗歌可能想要一个不同的标签,这涉及到他们诗歌的内容。

现在只有主题发起者或3级及以上用户可以添加/编辑这些,而不是用户自己。

有道理吗?

1 个赞

帖子可以带有标签,有点像我们在社交媒体平台上在帖子本身中添加标签一样:

official release-notes

我在我的社区中使用了这种方法,然后我有一个自定义的 API 端点来获取所有带有给定提及标签的帖子,以便在我的主网站上将它们呈现为该标签的“时间线”(这里我列出了所有提及 #dune-imperium 的帖子):

我认为,在搜索页面中添加这个“提及标签”过滤器会很有用,该页面将呈现类似的视图。这是我们可以列出单个帖子的主要位置,因此在此处拥有此功能是有意义的。

仔细想想,即使您使用自定义帖子字段为回复添加标签,您将如何按它们进行过滤或在主题本身之外显示它们?

如果您有特定的用例,仅通过将标签添加到帖子正文无法涵盖,请告诉我们,我们可以尝试解决。

5 个赞

Embedding a list of Discourse Topics in another site 上添加对此的支持会很棒,但我们需要将所有这些标签提及存储在数据库中,这样我们就不会每次渲染它时都进行搜索。

我们内部正在讨论将用户/群组提及存储在专用列中以加快主题速度,因此这将以类似的方式工作。

3 个赞