mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12169] Add new option to display profile fields on memberlist
PHPBB3-12169
This commit is contained in:
@@ -65,6 +65,8 @@ $lang = array_merge($lang, array(
|
||||
'DISPLAY_AT_PROFILE_EXPLAIN' => 'The user is able to change this profile field within the user control panel.',
|
||||
'DISPLAY_AT_REGISTER' => 'Display on registration screen',
|
||||
'DISPLAY_AT_REGISTER_EXPLAIN' => 'If this option is enabled, the field will be displayed on registration.',
|
||||
'DISPLAY_ON_MEMBERLIST' => 'Display on memberlist screen',
|
||||
'DISPLAY_ON_MEMBERLIST_EXPLAIN' => 'If this option is enabled, the field will be displayed in the user rows on the memberlist screen.',
|
||||
'DISPLAY_ON_PM' => 'Display on view pm screen',
|
||||
'DISPLAY_ON_PM_EXPLAIN' => 'If this option is enabled, the field will be displayed in the mini-profile on the pm screen.',
|
||||
'DISPLAY_ON_VT' => 'Display on viewtopic screen',
|
||||
|
Reference in New Issue
Block a user