You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/control-panel/member-manager.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ This page is used both to search and to browse through members within your Expre
21
21
22
22
Filters and search input can be used to narrow down the list of members displayed.
23
23
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.
25
25
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.
27
27
28
28
## Member Roles
29
29
@@ -58,7 +58,7 @@ Edit the role by clicking its name in the list.
58
58
59
59
**Control Panel Location: `Settings > Members > Member Fields`**
60
60
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.
62
62
63
63
The _Member Fields_ feature permits you to add fields to the member registration form and/or member profile and My Account areas.
64
64
@@ -68,7 +68,7 @@ The _Member Fields_ feature permits you to add fields to the member registration
68
68
69
69
This section allows you to create or edit Member Fields.
70
70
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:
72
72
73
73
- Checkboxes
74
74
- Color Picker
@@ -88,9 +88,9 @@ The following field types are compatible as can be used for custom member fields
88
88
- URL
89
89
- Value Slider
90
90
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.
92
92
93
-
The following fields are available when creating custom field:
93
+
The following fields are available when creating a custom field:
94
94
95
95
-**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.
0 commit comments