bbPress does not do this in its own. Can you post a screenshot of what is happening?
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.
thanks John, can you give me an example for this function. please !.
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.
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/
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.
“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,
It’s ok I found the answer here:
Thanks! In case anyone is wondering, I amended the bbpress.css file