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));
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));