Info
- 6 posts
- 5 voices
- Started 4 years ago by tbronson
- Latest reply from tbronson
- This topic is resolved
Changing the displayed user role on post pages
-
- Posted 4 years ago #
Two questions:
1. How can I not display the user role that appears under the username in the topic entry posts (e.g. "Key Master")?
2. How can I change the title "Key Master" to something else?
Thanks!
-
- Posted 4 years ago #
1. Change the theme.
2. Edit your user title in Edit Profile. -
- Posted 4 years ago #
Also you could edit the .mo file. So you can translate "Member" and other titles.
-
- Posted 4 years ago #
Using this plugin:
http://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.
-
- Posted 4 years ago #
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... :)
-
- Posted 4 years ago #
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.
-
You must log in to post.