How do I display the user avatar photo, though? BuddyPress forum itself does it, but I think it’s a slighly different approach as its the WP admin bar:
You can add the profile avatar in wordpress menu by simply filtering the wp_nav_menu_items function. A nice article is here. Add a custom menu item. You should know a little bit of coding to achieve it.