I would like to rename a entry box label in the users section of admin. Could you advise me which file I need to edit to do this. I would like to change "Website".
The address fields come from the `userAddressFields` plugin. In zp-core -> extensions -> userAddressFields.php line 50 change `gettext('Website')` to `gettext('whateveryouwant')`.
Comments
In zp-core -> extensions -> userAddressFields.php line 50 change
`gettext('Website')` to `gettext('whateveryouwant')`.
Note that with every update you will have to apply this change again unless you create a new plugin based on this one.
http://www.zenphoto.org/news/zenphoto-plugin-architecture
zp-core -> functions.php line 399
I hope you understand that we can't really support versions that old anymore.