This is related to the following issue #538494: Provide user view categories as separate panes. But that's a feature request to add the ability to select user profile items.
On the other hand, I'm here reporting a bug. The current code in user_profile content type invokes hook_user('view') and expects to get some data from here. However, hook_user('view') is supposed to populate $account->content, and returns no data. This is wrong, and it is what the attached patch aims to fix. Once this is fixed, it should be easy to focus on the other issue.
In addition to this, minor condig style issues are fixed as well.
Comments
Comment #1
markus_petrux commentedPatch attached now.
Comment #2
merlinofchaos commentedI trust that you've tested this and have committed it. Thanks!