1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

Group CP is done (I hope). The group moderator and admin can add and remove users from groups.

There are several things in this I would like to change but its too late for 2.0, someone remind me during 2.2 discussions


git-svn-id: file:///svn/phpbb/trunk@1134 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson
2001-10-06 04:44:47 +00:00
parent b431e279ce
commit ea5590297d
6 changed files with 222 additions and 67 deletions

View File

@@ -0,0 +1,9 @@
Congratulations,
You have been added to the "{GROUP_NAME}" group on {SITENAME}.
This action was done by the group moderator or the site administrator, contact them for more information.
You can view your groups information here:
{U_GROUPCP}
{EMAIL_SIG}

View File

@@ -526,6 +526,9 @@ $lang['No_group_members'] = "This group has no members";
$lang["Group_joined"] = "You have successfully subscribed to this group, you will be notifed when your subscription is approved by the group moderator.";
$lang['Group_request'] = "A request to join your group has been made";
$lang['Group_approved'] = "Your request has been approved";
$lang['Group_added'] = "You have been added!";
$lang['Could_not_add_user'] = "Could not add the selected user. Please go back and make sure you typed the correct username.";
$lang['Confirm_unsub'] = "Are you sure you want to unsubscribe from this group?";
$lang['Confirm_unsub_pending'] = "Are you sure you want to unsubscribe from this group? You subscription has not yet been approved or denied!";
@@ -535,6 +538,8 @@ $lang['Usub_success'] = "You have been successfully unsubscribed from this group
$lang['Approve_selected'] = "Approve Selected";
$lang['Deny_selected'] = "Deny Selected";
$lang['Not_logged_in'] = "You must be logged in to join a group.";
$lang['Remove_selected'] = "Remove Selected";
$lang['Add_member'] = "Add Member";
$lang['This_open_group'] = "This is an open group, click to request membership";
$lang['This_closed_group'] = "This is a closed group, no more users accepted";