1.4.0.4 [7122] (Official Build)
I have added fields to registration form and defined field in admin auth. When I go to admin page/users the field shows up under Name, with its own title, but it does it is empty and not displaying info entered on reg form.
Want:
Name: Company: Address: Phone: Email: Pw:
What have I missed?
Comments
Plus you are ill advised to modify the core functions. These do change as we make updates to the software so you will always be chasing these changes. Filters were designed to handle this situation.
If my request possible using the zenphoto login?
Can I achieve this with filters?
Register user provides a hook to its form through the `register_user_form` and `register_user_registered` filters. The standard use of this filter is to integrate the register user fields with the comment form fields.
You should start by understanding how these work. Then you are free to make your own versions of these filters. I would suggest your best bet it to add the new fields you want to your version of the comment form plugin, but if you do not enable comments just provide the handling that form does for register user and for the admin tab.
chcart.com/zenphoto
You can get the address fields on the registration form, just set the appropriate register_user plugin options.