Skip to content

Commit f15302a

Browse files
authored
Update member-manager.md
1 parent 7e3d41c commit f15302a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/control-panel/member-manager.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ This page is used both to search and to browse through members within your Expre
2121

2222
Filters and search input can be used to narrow down the list of members displayed.
2323

24-
The set of columns displayed can be customized using "Columns" dropdown. By default, the following columns are shown: Member ID, Name (which is composed out of avatar, username and screen name), Email, Roles, Join Date,Last Visit Date. Also each member row has "Actions" buttons that contains links to some common actions and a checkbox that allows performing bulk actions on selected members. When "Pending" is selected in Role filter, the options in bulk action dropdown are "Approve" and "Decline", otherwise "Remove" is the only option.
24+
The set of columns displayed can be customized using the "Columns" dropdown. By default, the following columns are shown: Member ID, Name (which is composed of avatar, username and screen name), Email, Roles, Join Date, Last Visit Date. Also each member row has "Actions" buttons that contains links to some common actions and a checkbox that allows performing bulk actions on selected members. When "Pending" is selected in the "Role" filter, the bulk action options are "Approve" and "Decline", otherwise "Remove" is the only option.
2525

26-
In the Roles column all roles assigned to member are shown. When multiple roles are assigned, the primary role wouild have an indicator. If the member is pending, the columns does not say "Pending", but instead shows the role to which the member would be assigned once approved (with pending indicator) and a button to approve.
26+
All roles assigned to a member are shown in the Roles column. When multiple roles are assigned, the primary role will have an indicator. If the member is pending the column does not say "Pending" but instead shows the role to which the member will be assigned once approved (with pending indicator) and a button to approve.
2727

2828
## Member Roles
2929

@@ -58,7 +58,7 @@ Edit the role by clicking its name in the list.
5858

5959
**Control Panel Location: `Settings > Members > Member Fields`**
6060

61-
The link to this section is also found on top of Member Listing page.
61+
The link to this section is also found on top of the Member Listing page.
6262

6363
The _Member Fields_ feature permits you to add fields to the member registration form and/or member profile and My Account areas.
6464

@@ -68,7 +68,7 @@ The _Member Fields_ feature permits you to add fields to the member registration
6868

6969
This section allows you to create or edit Member Fields.
7070

71-
The following field types are compatible as can be used for custom member fields:
71+
The following field types are compatible and can be used for custom member fields:
7272

7373
- Checkboxes
7474
- Color Picker
@@ -88,9 +88,9 @@ The following field types are compatible as can be used for custom member fields
8888
- URL
8989
- Value Slider
9090

91-
Additionaly, third-party field types that specify their use for `MemberField` model can be selected.
91+
Additionally, third-party field types that specify support for the `MemberField` model can be selected.
9292

93-
The following fields are available when creating custom field:
93+
The following fields are available when creating a custom field:
9494

9595
- **Type** -- You may choose what type of field this is. There are three choices: 1. **Text Input**: This is a single input line for text. It is the type of field you might use for a title, name, or other short information. 2. **Textarea**: This is a standard text entry box with multiple lines. This is what you would use for larger amount of text. 3. **Drop-down List**: This creates a standard HTML `<select>` drop-down list. You will need to define contents of the list in the provided form.
9696

0 commit comments

Comments
 (0)