Remove avatar from bbpress 2.0 forum

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #3065

    On here i will discuss about how we can remove avatar from bbpress forum or reply list.

    You can comment these lines in function bbp_get_reply_author_link( $args = ” ). You can find this function in
    bbp-reply-template.php file that is located in /wp-content/plugins/bbpress/bbp-includes.

    // Get avatar
    if ( ‘avatar’ == $type || ‘both’ == $type )
    $author_links[‘avatar’] = bbp_get_reply_author_avatar( $reply_id, $size );

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.