When user login, he will go to his user page of .../user/%userid. In this page, the contents such as "History", "Members For", "Blog" is inside a division: <div class="profile">

I want to add a small block in this "profile" division, above all contents in it (history, members for, blog, etc). Any way to do it?

I know it can be done by placing a block, put it in the "Content top" part. But it is above the user's name and details. I wish to have it under the user's name, under the edit tabs, and be in first content in profile division.

I saw other modules such as Blog use function of hook_user(), and managed to hook it in the user page. But I'm still not clear of how to do it.

Does anyone has any idea? Thanks.

PS: I'm using theme of "Aboutpeople"

Comments

seehui’s picture

I try to hook it in user page but it does not produce what i want