# タグ情報ボタンはどこへ行った？

**URL:** https://meta.discourse.org/t/where-did-the-tag-info-button-go/402436
**Category:** UX
**Created:** [2026 年 5 月 7 日午後 9:15 UTC](https://meta.discourse.org/t/where-did-the-tag-info-button-go/402436 "2026-05-07T21:15:57Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [2026 年 5 月 7 日午後 9:15 UTC](https://meta.discourse.org/t/where-did-the-tag-info-button-go/402436/1 "2026-05-07T21:15:57Z")

</div>

タグでフィルタリングされたトピックリストには、新しいトピックボタンの横に以前、 ボタンが表示されていました。

> [@awesomerobot](#):
>
> 説明は、タグページの右上にある情報ボタン（管理者にはタグを編集するためのレンチとして表示されます）をクリックすることで確認できます。例えば、#official の場合などです。
> 
> ![Screenshot 2023-07-14 at 1.58.11 PM](https://global.discourse-cdn.com/meta/original/4X/8/2/f/82fdd15ec3c413d54f4cf98bc7a5822718dbe988.png)

> <https://github.com/discourse/discourse/blob/08484ffbc9f67fd8db3700924d35db2f4596f0ed/frontend/discourse/app/components/d-navigation.gjs#L277-L292>

しかし、現在はそれを見つけることができません。

 ![image](https://global.discourse-cdn.com/meta/original/4X/a/b/e/abe107b9bbe968cab4f200452fcb869c327f09dc.png)

レンチは管理者としてログインしている場合のみ表示されます。現在、ユーザーとして説明や使用方法に関する情報はどこで見つかるのでしょうか？タグバナーコンポーネントがあることは知っていますが、あのボタンほど使用方法に関する情報を提供していません（もちろん、情報を得るためにそれをインストールすることはできません）。

> [@JammyDodger](#):
>
> ![tag info](https://global.discourse-cdn.com/meta/original/4X/0/3/e/03ec8477e85ea4b8f5e4b0f9412797fb0de04835.png)

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [2026 年 5 月 8 日午前 12:28 UTC](https://meta.discourse.org/t/where-did-the-tag-info-button-go/402436/2 "2026-05-08T00:28:15Z")

</div>

このコミットで移動されたようです

> <https://github.com/discourse/discourse/commit/5f0d95e1f11a9cb5acbe8c7a61142400fc506f06#diff-42668bf25f525b38adcc400d504f13cb913d98cd334f888c91f051864eb08b30L280-L296>
>
> The dedicated tag settings page at /tag/:slug/:id/edit is now the
> default. This …removes the \`experimental\_tag\_settings\_page\` site setting
> and all code for the old same-page inline tag editing UI.

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [2026 年 5 月 19 日午後 4:51 UTC](https://meta.discourse.org/t/where-did-the-tag-info-button-go/402436/7 "2026-05-19T16:51:52Z")

</div>

はい、専用のタグ設定ページを追加した際に削除されました。情報ボタンを復活させ、古い情報バナーをカテゴリバナーのスタイルに合わせるよう見直しを行う PR を作成しました。

> <https://github.com/discourse/discourse/pull/40171>
>
> In 5f0d95e1f11 we added a dedicated tag settings page, but removed some informat…ion for tags that was available to regular visitors. This PR adds an info button back to the UI and revamps that tag information so it's better aligned with our category heading styles. 
> 
> The ℹ️ button also now reflects the state (blue icon = active) and it can persist while navigating between tag routes. 
> 
> There are now some shared styles between the two banners with a new \`.discovery-heading\` class. 
> 
> \<img width="2188" height="502" alt="image" src="https://github.com/user-attachments/assets/b430a694-1f7a-4891-bdde-40276b526aad" /\>
> 
> 
> and the existing category banner, for comparison 
> 
> \<img width="2194" height="602" alt="image" src="https://github.com/user-attachments/assets/a3fcc6df-78a8-42d0-acc2-a48e69eae6f1" /\>

 ![image](https://global.discourse-cdn.com/meta/original/4X/6/8/2/682d50efdcc71d17d63ff2bb40e13bd8daa91dd0.png)

追記：マージされ、再び利用可能になりました！

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [2026 年 6 月 8 日午後 7:31 UTC](https://meta.discourse.org/t/where-did-the-tag-info-button-go/402436/9 "2026-06-08T19:31:22Z")

</div>

今日はバグを発見したと思います。私は [https://meta.discourse.org/ap/about](https://meta.discourse.org/ap/about) にいて、タグのフォロワーを確認しようとしていました。一瞬、 が何を追加するものなのか疑問に思いました。クリックしても何も起こらないからです。ナビゲーションフィルターがこのページがタグページであることを示していたため、これはタグ情報ボタンだと推測しました。

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [2026 年 6 月 8 日午後 8:25 UTC](https://meta.discourse.org/t/where-did-the-tag-info-button-go/402436/10 "2026-06-08T20:25:38Z")

</div>

よく見つけましたね！そのプラグインはコンポーネントを再利用していますが、同じデータが利用できません…これでボタンが非表示になります：

> <https://github.com/discourse/discourse/pull/40657>
>
> Reported here: https://meta.discourse.org/t/where-did-the-tag-info-button-go/402…436/9
> 
> When the \`Navigation\` component gets reused in a different context, like in the \[ActivityPub plugin\](https://github.com/discourse/discourse-activity-pub) we need to check for \`toggleTagInfo\` which lives in the \`discovery/list.js\` controller — otherwise it's assumed that \`toggleTagInfo\` is present and the tag-info button appears and does not function. 
> 
> So in core nothing will change, but in customizations that reuse the \`Navigation\` component, authors will have to decide to explicitly show the button.

---

<div class="post-metadata">

### Author: ![robbie.morrison](https://avatars.discourse-cdn.com/v4/letter/r/c5a1d2/32.png) [@robbie.morrison](https://meta.discourse.org/u/robbie.morrison)
#### Post date: [2026 年 8 月 17 日午後 10:35 UTC](https://meta.discourse.org/t/where-did-the-tag-info-button-go/402436/11 "2026-08-17T22:35:29Z")

</div>

Discourse のインスタンスで、タグ情報を **常に表示する** ように設定することは可能でしょうか？そうすれば、タグ情報ボタンは不要になります。もしそれができない場合、この質問を機能要望として上げることは可能でしょうか？先に感謝いたします。
