Actions
Feature proposal #5530
closedImplement userlist specific language keys
Description
Currently userlist language strings are global. Implement userlist specific language keys so the string can be changed on a list by list basis as needed.
https://www.joomlapolis.com/forum/153-professional-member-support/231284-list-management-tooltips
Updated by beat about 9 years ago
- Target version changed from CB 2.0.12 to CB 2.0.13
Updated by beat almost 9 years ago
- Target version changed from CB 2.0.13 to CB 2.0.14
Updated by beat over 8 years ago
- Target version changed from CB 2.0.14 to CB 2.0.15
Updated by beat about 8 years ago
- Target version changed from CB 2.0.15 to CB 2.1
Updated by krileon almost 8 years ago
- % Done changed from 0 to 50
Tooltip usage covered with new [reason] substitution usage that can be used in IF substitutions.
Updated by krileon almost 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 50 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.
Actions