# イベント参加者の可視性を設定可能にする

**URL:** https://meta.discourse.org/t/allow-setting-visibility-of-event-attendees/305037
**Category:** Feature
**Tags:** events
**Created:** [2024 年 1 月 29 日午後 1:39 UTC](https://meta.discourse.org/t/allow-setting-visibility-of-event-attendees/305037 "2024-01-29T13:39:05Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![opcourdis](https://avatars.discourse-cdn.com/v4/letter/o/45deac/32.png) [@opcourdis](https://meta.discourse.org/u/opcourdis)
#### Post date: [2025 年 6 月 22 日午後 12:38 UTC](https://meta.discourse.org/t/allow-setting-visibility-of-event-attendees/305037/2 "2025-06-22T12:38:15Z")

</div>

1° [Discourse Category Lockdown](https://meta.discourse.org/t/discourse-category-lockdown/70649) をインストールし、イベントカテゴリをロックダウンして、イベントのタイトルのみが表示されるようにします。  
2° Discourse の公開機能を使用して、匿名のユーザーがイベントトピックを /pub/ URL で表示できるようにします。これにより、説明と画像のみが表示される公開ページが表示されます。  
3° Landing page [fr](https://github.com/paviliondev/discourse-landing-pages) プラグインを使用して、1 つのカテゴリのすべてのトピックを一覧表示するページを作成します (このページの下部を確認してください: [Rendering data from a specific topic - Discourse Landing Pages - Pavilion](https://coop.pavilion.tech/t/rendering-data-from-a-specific-topic/3069))。  
4° カテゴリのセキュリティオプションで、イベントカテゴリに使用するランディングページへのリダイレクトを設定します。  
5° オプション: 匿名ユーザーが検索機能で見つけられないように検索を無効にします。これを行うには、app.yml の env セクションに以下を追加してアプリを再起動します (再ビルドなし)。

```plaintext
env:
  DISCOURSE_RATE_LIMIT_SEARCH_ANON_GLOBAL_PER_MINUTE: 0

```

---

_[View the full topic](https://meta.discourse.org/t/allow-setting-visibility-of-event-attendees/305037)._
