bbPress

Simple, Fast, Elegant

bbPress support forums » Themes

Changing the displayed user role on post pages

(6 posts)
  • Started 1 year ago by tbronson
  • Latest reply from tbronson
  • This topic is resolved
  1. tbronson
    Member

    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 1 year ago #
  2. 1. Change the theme.
    2. Edit your user title in Edit Profile.

    Posted 1 year ago #
  3. Also you could edit the .mo file. So you can translate "Member" and other titles.

    Posted 1 year ago #
  4. 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 1 year ago #
  5. 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 1 year ago #
  6. tbronson
    Member

    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.

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.