Can an admin add tags

Is it possible for an admin to add tags manualy in the back-end ?

If you mean from the rails console, you can do:

DiscourseTagging.add_or_create_tags_by_name(Topic.find( topic_id ), ['tag1', 'tag2'])

2 Likes

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 ?

You can bulk upload tags via https://SITENAME/tags

And simplest is just to tag things and we create the tag on first use.

3 Likes

strange, i don’t have this:

image

The upload tags feature is not available in stable yet.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.