Skip to content

Commit 0376398

Browse files
author
Rajat Saxena
committed
Updated docs.
1 parent 548a8bf commit 0376398

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed
-3.77 KB
Loading
275 KB
Loading
-3.4 KB
Loading

apps/docs/src/pages/en/communities/manage-member-permissions.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ Managing member permissions is essential for controlling what actions members ca
1818

1919
4. Edit permissions using the permissions panel.
2020

21-
- **Post in community**: Enable or disable the user's ability to create new posts in the community.
22-
- **Comment in community**: Enable or disable the user's ability to comment on existing posts.
23-
- **Manage community**: Enable or disable the user's ability to manage the community settings and content.
21+
- **Manage community**: The user will be able to see, create and delete communities.
22+
- **Manage pages**: The user will be able to edit the communities sales pages.
2423

2524
> **Global Impact**: Changes to a user's permissions will affect all communities they are a member of. Ensure that the permissions you set are appropriate for the user's role across all communities.
2625

apps/docs/src/pages/en/communities/manage-members.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,38 +8,47 @@ Managing members in your community is essential for maintaining an active and en
88

99
> The feature is currently in beta, which means you may encounter bugs. Please report them in our <a href="https://discord.com/invite/GR4bQsN" target="_blank">Discord</a> group if you run into any.
1010
11-
### Viewing Memberships
11+
## Viewing Memberships
1212

1313
1. Navigate to the **Memberships** section in your community dashboard.
1414
2. Here, you can see a list of all members, including their:
1515
- **Name**
1616
- **Email**
1717
- **Subscription ID** (if available)
1818
- **Subscription Method** (if available, e.g., Stripe)
19-
- **Status** (Pending, Active, Rejected)
19+
- **[Status](#changing-member-status)** (Pending, Active, Rejected)
20+
- **[Role](#changing-member-role)** (Comment, Post, Moderate)
2021

2122
![Community membership dashboard](/assets/communities/membership-dashboard.png)
2223

23-
### Changing Member Status
24+
## Changing Member Status
2425

2526
1. Locate the member whose status you want to change.
2627
2. Click on the **Circular Arrow Icon** button next to the member's status to cycle through the statuses:
2728
- **Pending**: The member has requested to join but has not been approved yet.
2829
- **Active**: The member is fully approved and can participate in the community.
2930
- **Rejected**: The member's request has been denied.
3031

31-
### Rejecting a Membership Request
32+
## Changing Member Role
33+
34+
1. Locate the member whose role you want to change.
35+
2. Click on the **Circular Arrow Icon** button next to the member's role to cycle through the statuses:
36+
- **Comment**: The member can like posts and leave comments. In free communities, this is the default role for new members.
37+
- **Post**: The member can create original posts in addition to commenting and liking. Paid subscribers and auto-joined members start with this role.
38+
- **Moderate**: The member can moderate the community, with all permissions except deleting the community.
39+
40+
## Rejecting a Membership Request
3241

3342
1. When transitioning a member to the **Rejected** state, you will be prompted to provide a reason for rejection.
3443
2. Enter the reason in the provided text box.
3544
3. Click **Confirm Rejection** to finalize the action.
3645

37-
### Handling Membership Requests
46+
## Handling Membership Requests
3847

3948
1. Review new membership requests regularly to ensure timely responses.
4049
2. Use the **Auto Accept Members** setting to automatically approve new members if desired.
4150

42-
### Membership Details
51+
## Membership Details
4352

4453
- **Subscription ID**: Unique identifier for the member's subscription (if available).
4554
- **Subscription Method**: The payment method used by the member (if available, e.g., Stripe).

0 commit comments

Comments
 (0)