Where did the tag info button go?

There used to be a button next to the new topic button on the topic list filtered for a tag.

But I can no longer find it.

I can only see the wrench when I am admin. Where do I find the description and information on usage as a user now? I know there is the tag banner component, but that doesn’t provide information on usage like the button did (and obviously I cannot install it to get the information)

2 Likes

looks like it may have been moved in this commit

https://github.com/discourse/discourse/commit/5f0d95e1f11a9cb5acbe8c7a61142400fc506f06#diff-42668bf25f525b38adcc400d504f13cb913d98cd334f888c91f051864eb08b30L280-L296

1 Like

Yes it was removed when we added a dedicated tag settings page, and I’ve opened a PR to bring back the info button and revamp the old info banner align it with our category banner styles

https://github.com/discourse/discourse/pull/40171

Update: this has been merged and is available again!

3 Likes

I think I found a bug today. I was on https://meta.discourse.org/ap/about and wanted to check the followers of one of the tags. For a moment, I wondered what the was supposed to add - nothing happens when I click it. Because of the navigation filter that indicated this is a tag page, I assume it’s the tag info button.

1 Like

Good find! that plugin reuses a component but doesn’t have the same data available… this will hide the button:

2 Likes