Konfigurieren von Gruppenzugriff, Mitgliedschaft und Sichtbarkeit

:bookmark: This guide explains how to set up and manage Discourse groups with different levels of access, membership requirements, and visibility settings.

:person_raising_hand: Required user level: Administrator

Discourse groups can be configured to be closed, allow membership requests, or permit users to join freely. This guide will walk you through the process of setting up these different group types and managing their visibility.

Summary

  • Create and configure closed groups
  • Set up groups that allow membership requests
  • Configure groups for free joining
  • Manage group visibility and access settings
  • Allow users to leave groups
  • Update existing group settings

Creating a closed group

  1. Go to your site’s groups page (accessible from the hamburger Screenshot 2021-12-08 at 01.04.41 menu)
  2. Click the “New Group” button
  3. Fill in the group name (other fields between “Full Name” and “Effects” are optional)
  4. Scroll down to the “Access” and “Visibility” sections
    image
  5. In the Access section, leave all checkboxes unchecked
  6. In the Visibility section:
    • “Who can see this group?”: Default is “Everyone”
    • “Who can see this group’s members?”: Default is “Everyone”

With default settings, non-group members will see the group on your site’s groups page:

image

Clicking the group’s link will take them to the group members list:

To restrict member list visibility:

  • Change “Who can see this group’s members?” to an option other than “Everyone” (e.g., “Group owners, members”)

To hide the group entirely:

  • Change “Who can see this group?” to an option other than “Everyone”

Setting up a group with membership requests

  1. Create a new group as described above
  2. Add at least one group owner in the “Add Owners” section
  3. In the Visibility section:
    • Set “Who can see this group?” to “Everyone” or “Logged on users”
    • Set “Who can see this group’s members?” as desired
  4. In the Access section:
    • Select “Allow users to send membership requests to group owners”
    • Optionally, add a template for membership requests.
      image

This configuration adds a “Request” button to the group’s listing and individual page:

image

When a user clicks the button, a form opens allowing them to send a membership request:

image

Group owners will receive the request with a link to accept or reject:

Creating a group that allows free joining

  1. Create a new group as described above
  2. In the Visibility section:
    • Set “Who can see this group?” to “Everyone” or “Logged on users”
    • Set “Who can see this group’s members?” as desired
      image
  3. In the Access section:
    • Select “Allow users to join the group freely”
      image

This adds a “Join” button to the group’s listing and individual page:

image

Allowing users to leave a group

For any group configuration:

  1. Go to the group’s Access settings
  2. Select “Allow users to leave the group freely”

This adds a “Leave” button to the group’s page and listing:

image

Updating existing groups

To modify settings for an existing group:

  1. Go to the group’s page
  2. Click the “Manage” tab
    image
  3. Edit Visibility settings via the “Interaction” link
  4. Edit Access settings via the “Membership” link
    image

To manage group ownership:

  1. Go to the group’s “Members” tab
  2. Use the admin wrench next to a user’s entry to grant/remove ownership or remove the user from the group

FAQs

Q: How do users navigate to the groups page?
A: Users can access the groups page by clicking the “Groups” entry in the main hamburger menu, as long as the enable group directory setting is enabled (default).

Q: Does group visibility allow non-members to see group content?
A: No, group visibility only determines whether users can see the group in the directory. Access to group content is controlled by category security settings.

Q: How can I show users a preview of restricted categories?
A: You can use the Category Previews theme component to give users a glimpse of restricted content without full access.

Last edited by @hugh 2024-07-16T02:38:23Z

Last checked by @hugh 2024-07-16T02:39:18Z

Check documentPerform check on document:
13 „Gefällt mir“

Hallo @simon , vielen Dank dafür! Was die Sichtbarkeit betrifft, verstehe ich, wie die Berechtigung für die Sichtbarkeit festgelegt wird, aber was ist mit der Navigation zur Gruppen-Seite? Gibt es etwas Integriertes, das einem Benutzer „Meine Gruppen“ oder „Alle Gruppen“ anzeigt, damit Benutzer zu diesen Seiten navigieren können?

Ich habe festgestellt, dass ich meine Community-URL /g eingeben kann, um zu den Gruppen zu gelangen, aber offensichtlich würde kein Benutzer dies selbst herausfinden. Ich frage mich, ob es vielleicht eine integrierte Möglichkeit oder eine bewährte Methode gibt, Gruppen für Benutzer anzuzeigen.

Solange die Einstellung enable group directory nicht deaktiviert ist (sie ist standardmäßig aktiviert), können Benutzer die Gruppenseite der Website aufrufen, indem sie auf den Eintrag „Groups“ im Hauptmenü (Hamburger-Menü) klicken. Auf dieser Seite werden den Benutzern alle Gruppen angezeigt, deren Mitglied sie sind, solange die Gruppe nicht so konfiguriert wurde, dass sie nur für Gruppenbesitzer oder nur für Gruppenbesitzer und Moderatoren sichtbar ist.

Für alle Gruppen, die sichtbar sind und so konfiguriert wurden, dass Benutzer ihnen frei beitreten können, wird für ihren Eintrag eine Schaltfläche „Join“ angezeigt. Für alle Gruppen, die es Benutzern ermöglichen, Mitgliedschaftsanfragen zu senden, wird für ihren Eintrag auf der Gruppenseite eine Schaltfläche „Request“ angezeigt.

2 „Gefällt mir“

Verstanden, ich habe den Button dort gar nicht bemerkt, aber jetzt sehe ich ihn.

1 „Gefällt mir“

Bitte klären Sie für mich:
Wenn ich jedem die Sichtbarkeit der Gruppe erlaube – lässt ihn das nur wissen, dass die Gruppe da ist ODER kann er auch alle Inhalte darin sehen? Ist diese Einstellung dieselbe wie die Sicherheitsoption für „sehen, antworten, erstellen“?

Ich möchte meine Benutzer mit einigen der anderen Abschnitte verführen, die möglicherweise ein Upgrade ihrer Mitgliedschaft in meinem Forum erfordern, indem ich sie wissen lasse, dass die Kategorie existiert, aber nicht, dass sie alles darin sehen können.

Danke!!!

Mit der Einstellung der Gruppensichtbarkeit entscheiden Sie, wer die Gruppe in der Gruppen-Übersicht sehen kann. Sie können keine Nachrichten lesen, die an eine Gruppe gesendet werden, der sie nicht angehören.
Ob eine Kategorie für den Benutzer sichtbar ist, hängt von den Sicherheitseinstellungen der Kategorie ab. Wenn der Benutzer kein Mitglied einer Gruppe mit der Berechtigung “Sehen” ist, wird er die Kategorie oder Themen darin nicht sehen.

Ich würde das mit Category Previews tun

1 „Gefällt mir“

Danke, das werde ich mir ansehen.