[development] How can I customize user registration page?

Huisi Wang huisiwang at gmail.com
Mon Apr 23 10:08:38 UTC 2007


2007/4/23, Wim Mostrey <drupal at 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


More information about the development mailing list