[support] User Edit Form in Panels 3
    Joel Willers 
    joel.willers at sigler.com
       
    Fri May 20 14:19:07 UTC 2011
    
    
  
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 at drupal.org [mailto:support-bounces at drupal.org] On Behalf Of Joel Willers
Sent: Friday, May 20, 2011 8:25 AM
To: support at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20110520/11ba8975/attachment-0001.html 
    
    
More information about the support
mailing list