Snippet: Show user profile anywhere.

Snippet: Show user profile anywhere.

15/12/2011 13:59 0 comments

what if you want to show the full user profile in a custom block?

global $user;
$userdata = user_load($user->uid);
return drupal_render(user_view($userdata));

Leave a reply