Forums
-
- Forum
- Posts
-
- Installation
- 27,632
- Troubleshooting
- 60,565
- Themes
- 10,191
- Plugins
- 14,981
- Requests & Feedback
- 14,607
- Showcase
- 3,238
-
I made another approach to fit this need and used it on my forum.
function ChangeRoleDisplayName() {
global $bb_roles;
$bb_roles->role_names['keymaster'] = "Toilet Cleaner";
[...]
}
add_action('bb_got_roles', 'ChangeRoleDisplayName', 10, 0);
?>
The complete code is in role-display-name.php.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS