プライベートカテゴリへのアクセスをリクエスト

I have a private category on my Discourse site. By “private”, I mean only members of certain groups have access to the category. My boss wants the private category displayed to all users so that they can “yearn” (his word) to have access to it. Since the category won’t show up for people who are not in the special groups, I created a link to the category using the Admin Stylesheet and Header functions.

When “everyone” people click on the link to the private category, they see the 404 page that says “The page you requested doesn’t exist or is private.”

I would like “everyone” to be able to request an upgrade to their group membership via an easy-to-find link on that page. Can I add a link, or at least text, guiding them to send a Mod a private message? Or is there a more elegant solution?

「いいね!」 7

I don’t think there’s any way to do this now, so I changed it to the “feature” category.

This would be a nice competition to features included with tools like Google Groups, private email lists, etc.:

  • Option whether or not to list existence of private group/category publicly
  • Option whether or not to allow users to request to be added
「いいね!」 3

Out of curiousity, what page do you get if you click
https://meta.discourse.org/category/lounge

How does it make you feel, do you yearn or resent?

[quote=“Mittineague, post:3, topic:21135”]
Out of curiousity, what page do you get if you click
https://meta.discourse.org/category/lounge%5B/quote%5D
Here’s a screenshot:

I would say it depends on the context. In this case, it looks like something’s broken; I move on.

In the case I describe, we just want people to know the other category exists and that they can ask to have access.

「いいね!」 1

I’ve put together a plugin to address this. It’s not pretty but it does the job for the time being. Comments and PRs are super-welcome.

https://github.com/rilla/discourse-show-private-categories

「いいね!」 5

I don’t think the lounge should be a “requestable” private category, as it is tied to Trust Level, and its security cannot be modified. To grant someone access to the Lounge, you would need to make them TL3. Besides, the lounge does not have read permissions for anyone else, so either you see it and have full access, or you don’t see it at all. Also, there is no permission to show categories in category view, but not have permission to click through to them - does your plugin create this “view”?

Ok, I understand your concerns perfectly. The plugin is still super green, but also the README can be misleading. In my production instance we don’t use the Staff or Lounge, or any other category with automatically managed permissions, so the technique (i.e. ugly hack) I’m using to show read-limited categories in the list doesn’t care about discriminating ones from the others.

So, yes: the Staff and Lounge categories will be shown and the plugin will pointlessly allow the user to request access to it. I intend to improve this in the future and I encourage you to open an issue in the repo so I don’t forget :wink:

Regarding your other question, the categories are shown but the link is removed, so you can’t click through to the topic list view for that category.

So nope: I’m not providing any new view. Instead of that, the plugin render a box encouraging the user to request access. This button just launches the private message composer pre-filled with some placeholder text.

Hope that makes sense. Thanks for your comments!

「いいね!」 4

I would like something like this, but with the ability to customize the text. For some private categories in my system, users can’t request access at all – but I’d like them to be visible.

「いいね!」 3

Did you find a solution for this @alehandrof?

Nope. We plan to list the groups on our site so that there’s a definitive list somewhere.

プライベートカテゴリにリンクできるようにしたいのですが、人々が参加方法についてのメッセージを見られるようにしたいです。奇妙なエラーメッセージではなく!

「いいね!」 2

ご覧ください

「いいね!」 3

この Plugin は、セルフホストすれば機能するかもしれません。

URLを、アクセスをリクエストするメッセージグループのオーナーへのURLに変更してください。

それ以外の場合は、プライベートカテゴリの説明と、アクセスをリクエストするオーナーにメッセージを送るためのリンクを含むトピックになります。

「いいね!」 1

これらの両方のソリューションを調べましたが、私が探しているものではありませんでした。

デフォルトのカテゴリページに「このカテゴリにアクセスできません」のようなメッセージを表示し、そのメッセージをカスタマイズできるようにしたいだけです。存在しないカテゴリページを再作成したり、すべてのトピックを開いたりする必要はありません。

「いいね!」 1

その後、要件を満たすために何ができるかを確認するために、予算がある場合は#marketplaceに投稿することを検討する必要があるかもしれません。

それは、そのテキストを変更することは可能だと思います。どのように行うかは定かではありませんが、デフォルトのテキストアラートのほとんどは編集可能だと考えられます。

「おっと!そのページは存在しないか、プライベートです」というページが見つからないというメッセージよりも、もっとプロフェッショナルなものがあると良いでしょう。特に、そのメッセージでは、ページが存在するかどうかを知ることはできないためです。

デフォルトテキストは変更可能ですが、デフォルトの404ページが使用されていると思われます。このコンテキストで編集しても意味がありません。

「いいね!」 1

detailed-404 サイト設定を有効にすることができます。カテゴリにも適用されると思います 確認したところ、残念ながらカテゴリには適用されず、トピックにのみ適用されます。

「いいね!」 3

ホームページに投稿する以外に、制限されたカテゴリへのトピックへのリンクをクリックしたときに、アクセス方法を通知する目的はありますか?既存の詳細な404アラートが機能するかどうか、またはどのように機能するかはわかりません。そのため、機能しない場合は新しい機能が必要になる可能性があります。

また、サブスクライバー向けのペイウォールである場合、Patreonのような別のプラットフォームを使用することもできます。これは、その目的に適しており、Discourseと統合できます。

404エラーを表示するのは不適切だと思います。リンク切れや何らかの問題が発生したように見えます。アクセスレベルが異なればリンクが機能する可能性があるという兆候がありません。