As far as I can tell it appears to be working correctly. Can you give a more thorough example of what it should look like?
Thank you for your reply.
I’m quite surprised to hear that. It looks completely broken for me and my users.The “forum” link from the menu does work fine as I pasted the shortcode on a page.
What doesn’t work is the link “forums” in the navigation bar http://hosting0948899.az.pl/wp/forums/
as well as the user profile pages
http://hosting0948899.az.pl/wp/uzytkownik/bulka_tarta/
It copies the index form on 30 pages on one after another. It looks really strange,
http://img4.imageshack.us/img4/8997/forumbroken.png
Ok now I see the issue with the profile page. If you create a new (regular) page and place the profile short code on it, does it work?
Profile Shortcode? No such thing? https://codex.bbpress.org/shortcodes/ Maybe there should be?
Oh dang, I could have sworn there was one.
I have partially found a solution. I copied out all of bbpress functions.php to my graphene-child functions.php. After that I copied out the single-user.php template to my graphene folder.
It kind of sorted it out, but the entire background just disappeared and I had no user title displayed above the avatar.
I had to add the white background and the user name manually. Unfortunately bbp_current_user_name provides MY OWN user name, not the name of the profile displayed. So if I want to go to somebody else’s profile I will still see my own id…
Does anyone have any solution?