20 May
2011
20 May
'11
4:19 p.m.
http://drupal.org/node/368048 global $user; // if the user is logged in if ($user->uid > 0) { include_once drupal_get_path('module', 'user') . '/user.pages.inc'; print user_edit($user); } Joel From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Joel Willers Sent: Friday, May 20, 2011 8:25 AM To: support@drupal.org Subject: [support] User Edit Form in Panels 3 So I can add Node Edit and Node Add, but I can’t seem to find User Edit Form elements. Any suggestion on how to add this to a Panel? Joel Willers