23 Apr
2007
23 Apr
'07
10:34 a.m.
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. Wim Huisi Wang wrote:
Hi all,
I'm trying to customize user registration page by profile module. But the fields I set by profile module are placed in another filedset, not the same fieldset email and password fields are placed in.
How can I place them in the same fieldset ? to use hook_form_alter() ? Are there any functions like phptemplate_user_profile() to be overridden for user registration page style?
Thank you,
Huisi