23 Apr
2007
23 Apr
'07
12:08 p.m.
2007/4/23, Wim Mostrey <drupal@mostrey.be>:
I believe the easiest way to do this is to theme the user registration page in template.php with theme_user_register() and theme_user_edit().
For instance like this: http://drupal.pastebin.us/27745
You can start your $weight however you like to define positioning.
Thanks for your answer. Where can I find the documentation of theme_user_register() and theme_user_edit()? I can't find them from api.drupal.org. I can't find the documentation of phptemplate_user_profile() in api.drupal.org. I will try out the PHP snippet. Thank you. Huisi