Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to remove avatar from do_action( 'bbp_template_notices' ); in bbpress 2.0

  • @lineshjose

    Member

    Hi folks,

    I’m new to bbpress. on forums and topic page, the notice displays the avatar of last posed user. I want to remove it also I want to highlight the author name by using PHP not CSS.

    please help me.

Viewing 9 replies - 1 through 9 (of 9 total)
  • @johnjamesjacoby

    Keymaster

    bbPress does not do this in its own. Can you post a screenshot of what is happening?

    @lineshjose

    Member

    @johnjamesjacoby

    Keymaster

    That isn’t the template notices section, that’s the description section. To modify the look of that area, you’ll need to create a custom child theme and change the output of the individual _author functions.

    @lineshjose

    Member

    thanks John, can you give me an example for this function. please !.

    @chantalc

    Member

    I have exactly the same question. Avatars on posts are welcome. All those small avatars are annoying. I want to remove them completely. Can’t find the code in the template files.

    @hscoder

    Participant

    yes you can completely remove Avatars from your bbpress forum.

    You can try :

    open the file bbp-reply-template.php (/wp-content/plugins/bbpress/bbp-includes/

    and comment these lines:

    if ( ‘avatar’ == $type || ‘both’ == $type )

    $author_links = bbp_get_reply_author_avatar( $reply_id, $size );

    try this and let me know if you want anything.

    you can get more information from this page:

    http://www.authorcode.com/forums/topic/remove-avatar-from-bbpress-2-0-forum/

    @chantalc

    Member

    I have added .avatar-14 to style css now with display:none; This removes the small avatars but leaves the big ones.

    If you turn them off in WordPress, everything is gone.

    @peyman-moghaddam

    Participant

    “I have added .avatar-14 to style css now with display:none; This removes the small avatars but leaves the big ones.

    If you turn them off in WordPress, everything is gone. ”

    Could you kindly advise how this is done exactly? In which sheet.

    Best,

    @peyman-moghaddam

    Participant

    It’s ok I found the answer here:

    Thanks! In case anyone is wondering, I amended the bbpress.css file

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