![]() |
|
User Registration Address Fields - 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 Registration Address Fields (/thread-9513.html) |
User Registration Address Fields - andy26 - 2012-01-21 Hi On my user registration form I have address fields. The problem I am facing is that all the letters are uncapitalised, e.g "street" rather than "Street". I have searched through my ZenPhoto folders/files to find where to change this and have not had much luck. Please can you advise upon the location of this file? Regards User Registration Address Fields - andy26 - 2012-01-21 NB. Additionally on the log in form I want to change the text 'User' to 'Email' as my users use email addresses to log on. Please can you advise on the location of this file too? Many thanks User Registration Address Fields - acrylian - 2012-01-21 All plugin files are within /zp-core/zp-extensions. As alway you should not modify files there but create custom files. For all plugins you can create custom forms to be placed within either the theme's folder or within the /plugins (user plugin folder). Please see the documentation of the plugin. Do you use the native English of Zenphoto? I don't remember if the terms are all lowercase or not right now. User Registration Address Fields - andy26 - 2012-01-21 I believe I am using the native English of ZenPhoto. I keep looking for the files but I'm not having any luck. So far I've tried:
Please help as at the moment problem number 1 looks unprofessional and number 2 is confusing for users. Regards User Registration Address Fields - acrylian - 2012-01-21
User Registration Address Fields - sbillard - 2012-01-21 1 The address fields come from the comment_form plugin.2 Logon forms are done by the Zenphoto_Athority class.User Registration Address Fields - fretzl - 2012-01-21
Starting from line 302 you'll see bits of code like Change [i] Like @crylian said it's best to make custom plugin and put that in the plugins folder. User Registration Address Fields - fretzl - 2012-01-21
` $(document).ready(function(){ ` User Registration Address Fields - andy26 - 2012-01-21 Great! Resolved both issues. Many thanks for your quick and efficient help. Regards User Registration Address Fields - sbillard - 2012-01-21 don't even need custom plugin, just put the folder/file in your theme folder. |