Tags and topics #1524
johnhenley
started this conversation in
Ideas
Tags and topics
#1524
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Does anyone use the "tags" feature?
The current implementation allows a user to enter one or more tags when creating a topic. The tags are then associated with the topic. They can be used as search criteria within the forums. Also, starting somewhere around v7, they also are now integrated into DNN searches.
As I'm adding support for "@user mentions" as an in-line feature in the forums editor, I'm also adding "#tags" as well.
tags currently are only associated with topics. Should they be included in replies as well?
Also, there is a separate security option for tags. I think this is overkill and tagging should just fall under security for creating/editing a topic and shouldn't be a separate feature or security option. It's just there whether you use it or not.
Tags are currently stored globally within the entire module instance. So any forum can use any tag. Simple but should they be forum (or forum group specific based on how you configure forum settings)?
Anyone?
Beta Was this translation helpful? Give feedback.
All reactions