mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[Feature] Added new functionality to inactive users module:
- Ability to set users per page. - Ability to sort by posts/number of reminders/last reminded date. - Show number of posts and ability to search posts. - Show number of reminders sent to user. - Show date of last reminder sent to user. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9845 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -541,6 +541,7 @@ $lang = array_merge($lang, array(
|
||||
'SORT_JOINED' => 'Joined date',
|
||||
'SORT_LOCATION' => 'Location',
|
||||
'SORT_RANK' => 'Rank',
|
||||
'SORT_POSTS' => 'Posts',
|
||||
'SORT_TOPIC_TITLE' => 'Topic title',
|
||||
'SORT_USERNAME' => 'Username',
|
||||
'SPLIT_TOPIC' => 'Split topic',
|
||||
|
Reference in New Issue
Block a user