HI,

I want my users' picture to show up alongside their name and recent activity in the block on the right side of my page. I know this can be done and I think pretty easily but I can't figure it out. Right now I've got arrows there.

Any help would be much appreciated.

Thanks.

Comments

sirkitree’s picture

Status: Active » Closed (duplicate)

Check out the Documentation page: http://drupal.org/node/353445

or this issue: #323380: Activity with Images

burn2149’s picture

Thanks. I followed that tutorial: I found the function in activity.module that prints the block, i pasted it into my theme's template.php, and then i added this code (which gets me the user picture in other places on the site):

($account->picture) { print theme('user_picture', $account); }

and it didn't work. No change.

What am I doing wrong?

Thanks.