1. Change the theme.
2. Edit your user title in Edit Profile.
Also you could edit the .mo file. So you can translate “Member” and other titles.
Using this plugin:
https://bbpress.org/plugins/topic/50
You can customise what appears under the user’s name.
Don’t worry about the first section of the plugin, just skip to the last field. Entering a single <br />
tag in that field will stop anything displaying.
Unfortunately the plugin can’t change “keymaster” to something else, for that you will need to hack or use a new language file as Detective suggests.
1.) The easiest way to prevent the user role from displaying is by adding the following to your style.css file
.threadauthor small a {
display: none;
}
2) No idea…
Thanks for the help. Both problems are solved!
1) To remove the user title display, I added the display:none property to the style.css file.
2) To change the Key Master title, I added custom title. Since mine is likely the only Key Master account, that’s good enough for now.