$user = &JFactory::getUser();
$uid = $user->get('id'); //works
$umail = $user->get('email'); //works
$unamed = $user->get('posname'); //does not work
Why can't I use JFactory to get the fields that I have added by myself on the Joomla user table. Is there another simple way they could be gotten?