bbPress

Simple, Fast, Elegant

bbPress support forums » Installation

hack help

(3 posts)
  • Started 2 months ago by doyle640
  • Latest reply from doyle640
  • This topic is resolved

Tags:

  1. doyle640
    Member

    does anyone know where (in what file) I would delete the code that displays the author's rank in each post?

    thanks for any help.

    Posted 2 months ago #
  2. There is no author rank in the default installation. Are you talking about their title (like Member or Administrator)?

    If so, you would need to modify the template file for each place where the title appears (maybe it's only on the topic pages, for each post?) If so, just remove it from the post.php file in your template directory:

    Remove this line:
    <small><?php post_author_title(); ?></small>

    That removes the author title from under the author's name. If that's not what you mean, then you have something installed that I do not. I think there is a post rating plugin and an author reputation (karma) plugin: maybe one of those is showing the rank you're talking about.

    Posted 2 months ago #
  3. doyle640
    Member

    that was what I was talking about, thank you so much.

    Posted 2 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.