PatrickH
(Patrick)
1
Is it possible for an admin to add tags manualy in the back-end ?
neil
(Neil Lalonde)
2
If you mean from the rails console, you can do:
DiscourseTagging.add_or_create_tags_by_name(Topic.find( topic_id ), ['tag1', 'tag2'])
PatrickH
(Patrick)
3
sorry @neil that’s not what i mean.
I don’t have access to the rails console. How can i do this in the discourse admin ?
sam
(Sam Saffron)
4
You can bulk upload tags via https://SITENAME/tags
And simplest is just to tag things and we create the tag on first use.
PatrickH
(Patrick)
5
strange, i don’t have this:

RGJ
(Richard - Communiteq)
7
The upload tags feature is not available in stable yet.