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

markus_petrux’s picture

Status: Active » Needs review
StatusFileSize
new2.26 KB

Patch attached now.

merlinofchaos’s picture

Status: Needs review » Fixed

I trust that you've tested this and have committed it. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.