Targeted Multi-User tagging
-
maybe both
@everyone
and@here
can be used for all users in the forum and all users in the topic, respectively. (is it possible to make it available for privileged users only?)@oplik0 's plugin will come in handy for restricting those usernames
GitHub - oplik0/nodebb-plugin-restrict-usernames
Contribute to oplik0/nodebb-plugin-restrict-usernames development by creating an account on GitHub.
GitHub (github.com)
-
I opened a GH issue for this request...
I suggest the usage of @everyone and @here to notify all users in the forum and on the topic, respectively... but only by privileged users...
If you object to the general usage of everyone, it is also OK to use @everyone for all users on the topic... That will be our main way to use this, I mean to notify users who already posted on a particular topic...
Targeted Multi-User tagging 路 Issue #244 路 julianlam/nodebb-plugin-mentions
I suggest the usage of @everyone and @here to notify all users in the forum and on the topic respectively... please see this: https://community.nodebb.org/topic/17283/targeted-multi-user-tagging
GitHub (github.com)
-
Previously, I don't remember usernames being underlined. It seems that currently, both links and mentions are underlined. However, I find that this disrupts the flow of reading, particularly in longer posts. It places an unnecessary emphasis on the underlined words/sentences, which can be distracting. I'm curious whether this feature is enabled through a plugin or if it is default behavior of NodeBB itself. Additionally, I wonder if it is possible to adjust this styling using CSS to better suit readability preferences.
-
It is default in nodebb 3.7.0. It can be disabled by css.
[component="chat/message/body"], [component="post/content"], [component="topic/teaser"] .post-content, [component="category/posts"] .post-content { a { text-decoration: none;} }
It's part of the changes we are doing to improve accessibility. Either we have to use a different link color that has more contrast with surrounding text or we have to underline links.
-
@julian said in Targeted Multi-User tagging:
@crazycells perhaps I should point out that you can technically mention the
registered-users
groupBut the mentions plugin explicitly excludes it for the aforementioned spammy reason.
Is there any way to tag all the users who posted a specific a topic?
like using
@here
and all the users who posted on this topic previously will get a notification? -
@baris i know it is nothing urgent, but looking forward to having this addition
Targeted Multi-User tagging 路 Issue #244 路 julianlam/nodebb-plugin-mentions
I suggest the usage of @everyone and @here to notify all users in the forum and on the topic respectively... please see this: https://community.nodebb.org/topic/17283/targeted-multi-user-tagging
GitHub (github.com)