Skip to:
Content
Pages
Categories
Search
Top
Bottom

Changing the displayed user role on post pages

  • 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!

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar