ZenphotoCMS Forum
User - change entry box labels - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: User - change entry box labels (/thread-12124.html)



User - change entry box labels - abc1 - 11-09-2014

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".

i.e : zp-core/admin-users.php?page=users




User - change entry box labels - fretzl - 11-09-2014

The address fields come from the userAddressFields plugin.
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




User - change entry box labels - abc1 - 13-09-2014

Thank you , but where would it be in version 1.4.3.3 as this differs to the current version ?




User - change entry box labels - fretzl - 13-09-2014

Not sure but try changing:
zp-core -> functions.php line 399

I hope you understand that we can't really support versions that old anymore.




User - change entry box labels - abc1 - 14-09-2014

Totally understand, just don't want to upgrade at this time. Thank you.