forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: adarack on January 03, 2011, 06:40:13 am

Title: Change Username to Full Name in user registration and profile
Post by: adarack on January 03, 2011, 06:40:13 am
Hey guys,

I am working on a private family gallery and would like to be able to require people to give their full name to join as well as sort pictures by their full name.  Is there a way to change the Username field to display Full Name in the user registration and profile page while leaving it as username in the script?  Also how would I go about allowing spaces in the username field?

http://www.shannonssong.com/coppermine (http://www.shannonssong.com/coppermine)

Any help would be greatly appreciated.
Thank you.
Title: Re: Change Username to Full Name in user registration and profile
Post by: Αndré on January 03, 2011, 09:00:48 am
Have a look at the file lang/english.php (or whatever language file you use). Here you can change almost every wording.

Adding spaces to the user name works for me out of the box.
Title: Re: Change Username to Full Name in user registration and profile
Post by: adarack on January 03, 2011, 09:27:51 am
Thank you so much.  That worked perfectly.  It has been a very long time since I have tried running a web site.  HTML was all there was at the time and JAVA was just coming out so all this php and mysql is entirely new.