mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- [Feature] New "Newly Registered Users" group for assigning permissions to newly registered users. They will be removed from this group once they reach a defineable amount of posts.
- [Feature] Ability to define if the "Newly Registered Users" group will be assigned as the default group to newly registered users. As a coincidence also Bug #46535 got fixed. Additionally the error message displayed with trigger_error() if accessing the private message tab in the ucp is now displayed inline in addition to a slightly different message for newly registered users to let them know that access permissions may be lifted over time. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9636 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -250,6 +250,7 @@ $lang = array_merge($lang, array(
|
||||
'G_REGISTERED' => 'Registered users',
|
||||
'G_REGISTERED_COPPA' => 'Registered COPPA users',
|
||||
'G_GLOBAL_MODERATORS' => 'Global moderators',
|
||||
'G_NEWLY_REGISTERED' => 'Newly registered users',
|
||||
|
||||
'HIDDEN_USERS_ONLINE' => '%d hidden users online',
|
||||
'HIDDEN_USERS_TOTAL' => '%d hidden',
|
||||
@@ -649,6 +650,8 @@ $lang = array_merge($lang, array(
|
||||
'USERS' => 'Users',
|
||||
'USE_PERMISSIONS' => 'Test out user’s permissions',
|
||||
|
||||
'USER_NEW_PERMISSION_DISALLOWED' => 'We are sorry, but you are not authorised to use this feature. You may have just registered here and may need to participate more to be able to use this feature.',
|
||||
|
||||
'VARIANT_DATE_SEPARATOR' => ' / ', // Used in date format dropdown, eg: "Today, 13:37 / 01 Jan 2007, 13:37" ... to join a relative date with calendar date
|
||||
'VIEWED' => 'Viewed',
|
||||
'VIEWING_FAQ' => 'Viewing FAQ',
|
||||
|
Reference in New Issue
Block a user