# トピックの回答の間に画像（バナー）を挿入したいのですが、どうすればよいですか？

**URL:** https://meta.discourse.org/t/i-want-to-insert-images-banner-between-the-topic-answers-how-do-i-start/272783
**Category:** Development
**Created:** [2023 年 7 月 25 日午後 3:36 UTC](https://meta.discourse.org/t/i-want-to-insert-images-banner-between-the-topic-answers-how-do-i-start/272783 "2023-07-25T15:36:20Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![tullsman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tullsman/32/317132_2.png) [@tullsman](https://meta.discourse.org/u/tullsman)
#### Post date: [2023 年 7 月 25 日午後 3:36 UTC](https://meta.discourse.org/t/i-want-to-insert-images-banner-between-the-topic-answers-how-do-i-start/272783/1 "2023-07-25T15:36:20Z")

</div>

こんにちは。トピックの回答の間に画像（バナー）を挿入したいのですが。

どうすれば始められますか？テーマファイルをどこで開き、画像へのコード/リンクをどのファイルに挿入すればよいですか？

よろしくお願いします。

---

<div class="post-metadata">

### Author: ![Lhc\_fl](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lhc_fl/32/268115_2.png) [@Lhc\_fl](https://meta.discourse.org/u/Lhc_fl)
#### Post date: [2023 年 7 月 25 日午後 3:58 UTC](https://meta.discourse.org/t/i-want-to-insert-images-banner-between-the-topic-answers-how-do-i-start/272783/2 "2023-07-25T15:58:17Z")

</div>

投稿の間に画像を挿入することですか？もしそうなら、プラグインのアウトレットコネクタを検討すべきです。`post-bottom` アウトレットがおそらくお望みのものです。

これに関する説明トピックはこちらです。

> [@Using Plugin Outlet Connectors from a Theme or Plugin](https://meta.discourse.org/t/using-plugin-outlet-connectors-from-a-theme-or-plugin/32727):
>
> Discourse includes hundreds of Plugin Outlets which can be used to inject new content or replace existing contend in the Discourse UI. ‘Outlet arguments’ are made available so that content can be customized based on the context. Choosing an outlet To find the name of a plugin outlet, search Discourse core for “\<PluginOutlet”, or use the [plugin outlet locations](https://meta.discourse.org/t/plugin-outlet-locations-theme-component/100673) theme component. (e.g. topic-above-posts). Wrapper outlets Some outlets in core look like \<PluginOutlet @name="foo" /\>. These allow you…

プラグインアウトレットコネクタの場所を見つけるには、テーマコンポーネントがあります。

> [@(deprecated) Plugin outlet locations theme component](https://meta.discourse.org/t/plugin-outlet-locations-theme-component/100673):
>
> mega the ability to debug plugin outlets is now included in core. Check out [this topic](https://meta.discourse.org/t/introducing-discourse-developer-toolbar/346215) for more details play_button Original theme component info

---

<div class="post-metadata">

### Author: ![tullsman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tullsman/32/317132_2.png) [@tullsman](https://meta.discourse.org/u/tullsman)
#### Post date: [2023 年 7 月 25 日午後 4:23 UTC](https://meta.discourse.org/t/i-want-to-insert-images-banner-between-the-topic-answers-how-do-i-start/272783/4 "2023-07-25T16:23:18Z")

</div>

申し訳ありませんが、何も理解できませんでした。数社のためにオンラインフォーラムを作成できるかどうかをテストするために、このプラットフォームにアカウントを作成しました。この「Discourse」という会社は、ここでフォーラムを使用するには開発者の知識が必要であることを、アカウントを作成する前に訪問者にアドバイスすべきです。

つまり、トピックの回答の間に画像/バナーコンテナを配置するためだけに、HTMLまたはその他の言語でプログラムする必要があるということですか？そして、ユーザーは無料で会社のフォーラムを構築・拡張しているのですか？😂

---

<div class="post-metadata">

### Author: ![Lhc\_fl](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lhc_fl/32/268115_2.png) [@Lhc\_fl](https://meta.discourse.org/u/Lhc_fl)
#### Post date: [2023 年 7 月 25 日午後 4:36 UTC](https://meta.discourse.org/t/i-want-to-insert-images-banner-between-the-topic-answers-how-do-i-start/272783/5 "2023-07-25T16:36:46Z")

</div>

申し訳ありませんが、「回答の間」という言葉の意味を正確に理解できなかった可能性があります。図で説明していただけますか？

Discourseはオープンソースのフォーラムプロジェクトです。高度にカスタマイズされたものを追加する必要がある場合、ある程度のプログラミング知識が必要になるのではないかと思います。

---

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [2023 年 7 月 25 日午後 4:44 UTC](https://meta.discourse.org/t/i-want-to-insert-images-banner-between-the-topic-answers-how-do-i-start/272783/6 "2023-07-25T16:44:59Z")

</div>

こんにちは、tullsman さん 🙂

> [@tullsman](#):
>
> この「Discourse」という会社は、アカウントを作成する前に、ここでフォーラムを利用するには開発の知識が必要だと訪問者にアドバイスすべきです。

Discourseを_利用_するだけであれば、開発の知識は必要ありません。カスタマイズを_開発_する場合に必要です。 🙂

> [@tullsman](#):
>
> そして、ユーザーが無料で企業のためのフォーラムを構築し、拡張しているというのでしょうか？ 😂

@Lhc_fl さんが言及した通り、Discourseはオープンソースです。  
さらに、公式のカスタマイズを含む、カスタマイズの大部分（#customization:theme、#customization:theme-component、#Customization > Plugin）もオープンソースです。通常、人々は自分のニーズに合わせてカスタマイズを作成するか、#Marketplace などで開発を依頼します。

Discourseでは多くのカスタマイズが無料で利用可能であり、フォーラムを自ホストしている管理者であれば誰でもそれらを使用できます。  
Discourseによってホストされており、彼らのプランのいずれかを使用している場合、以下のページに記載されている制限があります: [Discourse pricing | Discourse - Civilized Discussion](https://discourse.org/pricing#plans-features)

---

<div class="post-metadata">

### Author: ![tullsman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tullsman/32/317132_2.png) [@tullsman](https://meta.discourse.org/u/tullsman)
#### Post date: [2023 年 7 月 25 日午後 6:12 UTC](https://meta.discourse.org/t/i-want-to-insert-images-banner-between-the-topic-answers-how-do-i-start/272783/8 "2023-07-25T18:12:33Z")

</div>

なるほど、普通の会社がオンラインフォーラムを販売していると思っていました。

---

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [2023 年 7 月 25 日午後 6:36 UTC](https://meta.discourse.org/t/i-want-to-insert-images-banner-between-the-topic-answers-how-do-i-start/272783/9 "2023-07-25T18:36:52Z")

</div>

問題ありません。ご不明な点がございましたら、お気軽にお尋ねください。喜んでお手伝いさせていただきます。🙂

---

<div class="post-metadata">

### Author: ![Don](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/don/32/228726_2.png) [@Don](https://meta.discourse.org/u/Don)
#### Post date: [2023 年 7 月 25 日午後 6:49 UTC](https://meta.discourse.org/t/i-want-to-insert-images-banner-between-the-topic-answers-how-do-i-start/272783/10 "2023-07-25T18:49:04Z")

</div>

こんにちは 👋

[Discourse Advertising Plugin (Ads)](https://meta.discourse.org/t/discourse-ad-plugin/33734?u=dodesz) の House Ads セクションを使用できます。このプラグインでは、投稿の間など、バナーを表示したい場所をいくつか選択できます。🙂
