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

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

strange, i don’t have this:

image

The upload tags feature is not available in stable yet.

「いいね!」 2

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