Hi all,

A while back I wrote a custom profile module that implemented user and user_view hooks to display custom information on user profile pages, including LDAP info, photos, and recent posts. However, now I'd like to extend that to show every post, blog, comment, or content of any type a user has ever submitted. Preferrably in a separate tab.

It was pretty easy to change my existing recent posts code to get all posts and blogs in one list, but how do I include Comments and every other possible kind of content? I also couldn't figure out how to get an unlimited list, since I'm using node_title_list (-1, 0, and very large integers didn't work). Finally, what's the hook to create a custom tab?

I know the statistics module offers similar functionality, but that shows all node visited, not just ones posted to.

Thanks very much for any suggestions. I just need to get pointed in the right direction.

Comments

heisters’s picture

Hmmm... the tracker module seems to do more or less what I'd intended. Silly me.