Hi All,
I have been reading the forms api and the module developers guide in the the handbook section on the site and their is something I am having trouble with.
I am trying to modify ./modules/user/user.module to show the help text at the top of the screen instead of in the middle. To see what I mean check out my site at http://www.irwinresources.com/user/register
I realise that you are not meant to change core modules but I believe it is the only way to do what I want.
The drupal_get_form('user_register'); returns the following:
Array ( [user_registration_help] => Array ( [#value] =>
Hello and Welcome
By creating an account you will be able to do many cool things which may expand to more and more over time depending on how much of a control freak I want to be over my web site. It also allows me to know how many people are comming to the site and what your contact details are if I don't have them already.
NOTE: If you make your username your name then it will appear when you make posts and comments etc.
If your some weird guy or girl from some other country other then Australia that I don't know then I guess you can just put crap in for the mobile number but you will need a correct email address to recieve your login password.
)