[development] How can I customize user registration page?
Wim Mostrey
drupal at mostrey.be
Mon Apr 23 08:34:22 UTC 2007
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
More information about the development
mailing list