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.
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.
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.
Se posso contribuire con una ragione per aggiungerlo:
abbiamo un argomento per diciamo tutte le poesie, invece di più argomenti per ogni poesia. Oltre a molti altri argomenti singoli per più risposte/post.
Ogni poesia di risposta potrebbe volere un tag diverso, ovviamente, riguardante il contenuto della loro poesia
Al momento solo l’avviatore dell’argomento o i livelli 3+ possono aggiungerli/modificarli, invece dell’utente stesso.
Ha senso?
I post possono avere tag, in un certo senso, proprio come aggiungeremmo un tag su una piattaforma di social media, all’interno del post stesso:
#ufficiale#note-di-rilascio
Uso questo approccio nella mia community, poi ho un endpoint API personalizzato per ottenere tutti i post con un dato tag menzionato per presentarli come una “timeline” del tag sul mio sito web principale (qui sto elencando tutti i post che menzionano #dune-imperium):
Secondo me sarebbe utile aggiungere questo filtro “tag menzionato” alla pagina di ricerca, che renderebbe una vista simile. È il posto principale in cui possiamo elencare i singoli post, quindi ha senso avere questa funzionalità lì.
Se ci pensi, anche se aggiungi tag alle risposte con un campo post personalizzato, come li filtreresti o li mostreri al di fuori dell’argomento stesso?
Se hai un caso d’uso specifico che non sarebbe coperto dalla semplice aggiunta di tag al corpo di un post, diccelo e possiamo provare a trovare una soluzione.
Aggiungere il supporto per questo su Embedding a list of Discourse Topics in another site sarebbe fantastico, ma dovremmo memorizzare tutte queste menzioni di tag nel database in modo da non dover eseguire una ricerca ogni volta che le renderizziamo.
Stiamo parlando internamente di memorizzare le menzioni di utenti/gruppi in una colonna dedicata per velocizzare gli argomenti, quindi questo funzionerebbe in modo simile.