diff --git a/e107_languages/English/admin/help/users.php b/e107_languages/English/admin/help/users.php index 29233a7f3..6906ae836 100644 --- a/e107_languages/English/admin/help/users.php +++ b/e107_languages/English/admin/help/users.php @@ -54,18 +54,27 @@ switch ($action) default : $text = "This page shows a list of your registered members. You can update their settings, give them administrator status and set their user class among other things.

- The sort order can be changed by clicking on the column heading.
- + + The sort order can be changed by clicking on the column heading.

+ + Userclasses
+ Userclasses can be set in two ways: either 'inline' by clicking in the 'userclass' column, or by selecting one/multiple user(s) and using the 'batch' options at the bottom of the table.

+ Edit
- View and edit all settings for this user. Here you can also set the class membership for a user.

+ View and edit all settings for this user.

+ Ban/Unban
Determine whether the user can access the site.

+ Activate
This activates a user who would normally have replied to the activation email.

+ Resend Email
Resends the activation email to the user.

+ Test email
Check user's email address for validity (doesn't send an email)

+ Delete
Totally removes the user from membership of the site (any forum posts, comments etc remain, and are flagged as from a 'Deleted User') "; @@ -73,4 +82,4 @@ switch ($action) $ns -> tablerender($caption, $text); -unset($text); +unset($text); \ No newline at end of file