The register_user plugin has options to show the following address fields:
Street, City, State, Country, Postal Code
Which file contains the the form for this?
e.g. the comment form is located in zp-core/zp-extensions/commentform/comment_form.php
where is the registration form?
zp-core/zp-extensions/register_user/register_user_form.php does not contain the address fields
Regards
An 1.4.5.x and earlier it is. The user forms (and the accounts) do use them. You can disable the comment_from plugin to see they are gone then as well (unless it is loaded on request always).
Anway, with 1.4.6 this will be separated as it should have been.
The 1.4.6 release will not give you the option of blocking individual fields. That you will have to code.
Anyway, there is no need for you to wait until 1.4.6 is released if you need its features. It is available as a branch on GitHub. But since it is not released you are strongly urged to test any version you download before making it go live.
ok, the file was in zp-extension / comment form / functions.php
I removed the "$required" from the following code:
'
' . sprintf(gettext('Street%s'), $required) .'
And blocked the following:
It works fine see: http://www.outzeal.com/index.php?p=register