Configurazione dell'accesso al gruppo, membri e visibilità

: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 Mi Piace

Ciao @simon, grazie per questo! Per quanto riguarda la visibilità, capisco come impostare il permesso per la visibilità, ma per quanto riguarda la navigazione alla pagina dei gruppi? C’è qualcosa di integrato per mostrare all’utente “I miei gruppi” o “Tutti i gruppi” in modo che gli utenti possano navigare a queste pagine?

Ho scoperto che posso digitare l’URL della mia community /g per accedere ai gruppi, ma ovviamente nessun utente lo scoprirebbe da solo. Mi chiedo se forse ci sia un modo integrato o una best practice per mostrare i gruppi agli utenti.

Finché l’impostazione enable group directory non è disabilitata (è abilitata per impostazione predefinita), gli utenti possono accedere alla pagina dei gruppi del sito facendo clic sulla voce “Groups” dal menu principale a comparsa. Tale pagina mostrerà agli utenti tutti i gruppi di cui fanno parte, a condizione che il gruppo non sia stato configurato per essere visibile solo ai proprietari del gruppo o solo ai proprietari e ai moderatori del gruppo.

Qualsiasi gruppo visibile e configurato per consentire agli utenti di unirsi liberamente avrà un pulsante “Join” visualizzato per la sua voce. Qualsiasi gruppo che consenta agli utenti di inviare richieste di adesione avrà un pulsante “Request” visualizzato nella sua voce nella pagina dei gruppi.

2 Mi Piace

Capito, non avevo nemmeno notato il pulsante lì, ma ora lo vedo.

1 Mi Piace

Per favore, chiarisci per me:
Se concedo a tutti la visibilità del gruppo, ciò significa solo che sapranno che il gruppo esiste OPPURE potranno anche vedere tutto il contenuto al suo interno? Questa impostazione è la stessa dell’opzione di sicurezza “visualizza, rispondi, crea”?

Vorrei tentare i miei utenti con alcune delle altre sezioni che potrebbero richiedere un upgrade della loro iscrizione al mio forum facendo sapere loro che la categoria esiste, ma senza permettere loro di vedere tutto il suo contenuto.

Grazie!!!

Con l’impostazione della visibilità del gruppo decidi chi è in grado di vedere il gruppo nella panoramica dei gruppi. Non possono leggere i messaggi inviati a un gruppo di cui non sono membri.
Se una categoria è visibile all’utente, dipende dalle impostazioni di sicurezza della categoria. Se l’utente non è membro di un gruppo con il permesso “vedi”, non vedrà la categoria o alcun argomento al suo interno.

Lo farei con Category Previews

1 Mi Piace

Grazie, ci darò un’occhiata.