# ログイン・登録フォームに画像を追加する方法

**URL:** https://meta.discourse.org/t/how-can-i-add-image-in-login-and-register-box/344012
**Category:** Support
**Created:** [2024 年 12 月 23 日午前 9:19 UTC](https://meta.discourse.org/t/how-can-i-add-image-in-login-and-register-box/344012 "2024-12-23T09:19:43Z")
**Posts on this page:** 1
**Showing post:** 4

<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: [2024 年 12 月 23 日午後 1:11 UTC](https://meta.discourse.org/t/how-can-i-add-image-in-login-and-register-box/344012/4 "2024-12-23T13:11:42Z")

</div>

このセクションの下部には `after-login-buttons` プラグインのアウトレットがあり、コンテンツの追加に使用できます。CSSで上部に移動させるか、[上記のアウトレット](https://meta.discourse.org/t/using-plugin-outlet-connectors-from-a-theme-or-plugin/32727?u=cocoquark#p-139082-introducing-new-outlets-7)を使用できると思います。

 ![Google、GitHub、Twitter、Discord、またはパスキーを使用してサインインするさまざまなプラットフォームのオプションがあるログインインターフェイス。（AIによるキャプション）](https://global.discourse-cdn.com/meta/original/4X/f/e/4/fe486e686aa0b93c3701ab873d0712b48ef73db0.png)

それを利用する新しいテーマコンポーネントを作成できます。

> [@Developing Discourse Themes & Theme Components](https://meta.discourse.org/t/beginners-guide-to-developing-discourse-themes/93648?u=cocoquark):
>
> Discourse Themes and Theme Components can be used to customize the look, feel and functionality of Discourse’s frontend. This section of the developer guides aims to provide all the reference materials you need to develop simple themes for a single site, right up to complex open-source theme components. This introduction aims to provide a map of all the tools and APIs for theme development. If you prefer a step-by-step tutorial for theme development, jump straight to: Themes vs. Theme Compon…

> [@Using Plugin Outlet Connectors from a Theme or Plugin](https://meta.discourse.org/t/using-plugin-outlet-connectors-from-a-theme-or-plugin/32727?u=cocoquark):
>
> 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…

CSSだけで画像を添付することも可能ですが、あまりきれいな方法ではありません。

ログインモーダルがどのように見えるか、写真で投稿していただけますか？

---

_[View the full topic](https://meta.discourse.org/t/how-can-i-add-image-in-login-and-register-box/344012)._
