Feature proposal #5532
closedImplement user list specific number of users message
Description
Currenntly each user list always shows a message in the form of:
[sitename] has XX registered members
This implementation is as the current feature is designed but could be improved to show a user list specific message.
For example the words "registered members" could be misleading as the user list could be configured to show admin members or manager members.
Maybe the message could be a language string or a parameter that lets people format the message for each user list.
Updated by krileon almost 8 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Implemented in MR !1185
The following language string usages will be available for list specific translations.
USERLIST_#_TOTAL_REGISTERED_MEMBERS
USERLIST_#_COUNT_MEMBERS
USERLIST_#_NO_USERS_IN_LIST
USERLIST_#_SEARCH_USERS
USERLIST_#_FIND_USERS
Replace # with the userlist id. Additionally all of the above support [title] for the userlist title.