mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-15 13:14:09 +02:00
Fix bug #46785 - Hide avatars if type disabled and give global option to turn on/off
Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9632 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -109,7 +109,9 @@ $lang = array_merge($lang, array(
|
||||
'USER_ADMIN_MOVE_POSTS' => 'Move all posts',
|
||||
'USER_ADMIN_SIG_REMOVED' => 'Successfully removed signature from user account.',
|
||||
'USER_ATTACHMENTS_REMOVED' => 'Successfully removed all attachments made by this user.',
|
||||
'USER_AVATAR_NOT_ALLOWED' => 'The avatar cannot be displayed because avatars have been disallowed.',
|
||||
'USER_AVATAR_UPDATED' => 'Successfully updated user avatars details.',
|
||||
'USER_AVATAR_TYPE_NOT_ALLOWED' => 'The current avatar cannot be displayed because its type has been disallowed.',
|
||||
'USER_CUSTOM_PROFILE_FIELDS' => 'Custom profile fields',
|
||||
'USER_DELETED' => 'User deleted successfully.',
|
||||
'USER_GROUP_ADD' => 'Add user to group',
|
||||
|
Reference in New Issue
Block a user